aboutsummaryrefslogtreecommitdiff
path: root/hgeft.cpp
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-05-16 02:45:02 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-05-16 02:45:02 +0000
commit63832a6bea48ad70b3507ee2d39036b81243d567 (patch)
treee2fa8906398150371cee5f0d8c60b790ea70274d /hgeft.cpp
parent3eee64398bdfde684199873793febadbd6fa4a19 (diff)
downloadbullet-lab-remix-63832a6bea48ad70b3507ee2d39036b81243d567.tar.xz
Add built-in help.
Now the pause menu should be fixed... Compress resources again.
Diffstat (limited to 'hgeft.cpp')
-rw-r--r--hgeft.cpp2
1 files changed, 1 insertions, 1 deletions
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;