summaryrefslogtreecommitdiff
path: root/hgehelp/hgefont.cpp
diff options
context:
space:
mode:
authorGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-02-24 03:25:05 +0000
committerGravatar chirs241097@gmail.com <chirs241097@gmail.com@c17bf020-1265-9734-9302-a83f62007ddb> 2014-02-24 03:25:05 +0000
commit172056e7598d3447c682a694d824041076f3255e (patch)
tree3ba150866d6bbcc337932e3fc59a3af9715d0d85 /hgehelp/hgefont.cpp
parent8cb1a0f4fcf8e7ecd54134e8d6f431b613c69091 (diff)
downloadbullet-lab-remix-172056e7598d3447c682a694d824041076f3255e.tar.xz
M trunk/CHANGELOG.TXT
M trunk/background.h M trunk/effects.h M trunk/global.h M trunk/hge/CxImage/ximagif.cpp M trunk/hge/CxImage/ximaint.cpp M trunk/hge/CxImage/ximapng.cpp M trunk/hge/graphics.cpp M trunk/hge/input.cpp M trunk/hge/resource.cpp M trunk/hge/sound.cpp M trunk/hge/system.cpp M trunk/hgehelp/hgefont.cpp M trunk/levels.h M trunk/libcgh.h M trunk/libcghEx.cpp M trunk/menuitem.cpp M trunk/menuitem.h M trunk/menus.h M trunk/music.h M trunk/scorec.h M trunk/scoresystem.h M trunk/towernbullet.h
Diffstat (limited to 'hgehelp/hgefont.cpp')
-rw-r--r--hgehelp/hgefont.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/hgehelp/hgefont.cpp b/hgehelp/hgefont.cpp
index 80fdd47..309a773 100644
--- a/hgehelp/hgefont.cpp
+++ b/hgehelp/hgefont.cpp
@@ -70,7 +70,7 @@ hgeFont::hgeFont(const char *szFont, bool bMipmap)
// Parse font description
- while(pdesc = _get_line(pdesc,linebuf))
+ while((pdesc = _get_line(pdesc,linebuf)))
{
if(!strncmp(linebuf, FNTBITMAPTAG, sizeof(FNTBITMAPTAG)-1 ))
{
@@ -334,4 +334,4 @@ char *hgeFont::_get_line(char *file, char *line)
while(file[i] && (file[i]=='\n' || file[i]=='\r')) i++;
return file + i;
-} \ No newline at end of file
+}