- Fixed: The new HUD message layers were not declared for the garbage collector.

SVN r3826 (trunk)
This commit is contained in:
Randy Heit 2012-08-14 02:25:59 +00:00
parent 26c17dc697
commit 86ef939f82

View file

@ -61,7 +61,9 @@
#define POWERUPICONSIZE 32
IMPLEMENT_POINTY_CLASS(DBaseStatusBar)
DECLARE_POINTER(Messages)
DECLARE_POINTER(Messages[0])
DECLARE_POINTER(Messages[1])
DECLARE_POINTER(Messages[2])
END_POINTERS
EXTERN_CVAR (Bool, am_showmonsters)