- made DHUDMessageBase non-abstract.

This commit is contained in:
Christoph Oelckers 2018-03-03 09:52:02 +01:00
parent 069c5aa90a
commit 2541bd93fc
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
EXTERN_CVAR(Int, con_scaletext)
IMPLEMENT_CLASS(DHUDMessageBase, true, true)
IMPLEMENT_CLASS(DHUDMessageBase, false, true)
IMPLEMENT_POINTERS_START(DHUDMessageBase)
IMPLEMENT_POINTER(Next)
IMPLEMENT_POINTERS_END