- Fixed: The new HUD message layers were not declared for the garbage collector.
SVN r3826 (trunk)
This commit is contained in:
parent
26c17dc697
commit
86ef939f82
1 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue