From 63832a6bea48ad70b3507ee2d39036b81243d567 Mon Sep 17 00:00:00 2001 From: "chirs241097@gmail.com" Date: Fri, 16 May 2014 02:45:02 +0000 Subject: Add built-in help. Now the pause menu should be fixed... Compress resources again. --- hgeft.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hgeft.cpp') diff --git a/hgeft.cpp b/hgeft.cpp index ec4e7bc..a5b233a 100644 --- a/hgeft.cpp +++ b/hgeft.cpp @@ -1,7 +1,7 @@ // Freetype2 ext4hge implementations -*- C++ -*- #include "hgeft.h" static const char* HGEFT_SRC_FN="hgeft.cpp"; -void hgeTTChar::Free(){if(quad.tex)hge->Texture_Free(quad.tex),quad.tex=NULL;} +void hgeTTChar::Free(){if(quad.tex)hge->Texture_Free(quad.tex),quad.tex=0;} bool hgeTTChar::SetChar(wchar_t ch,FT_Face ttfface) { FT_GlyphSlot slot=ttfface->glyph; -- cgit v1.2.3