mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- 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…
Reference in a new issue