- added ability to set custom alternative HUD

Use GAMEINFO key 'althudclass' to specify own class derived from AltHud

https://forum.zdoom.org/viewtopic.php?t=66422
This commit is contained in:
alexey.lysiuk 2019-11-20 18:33:22 +02:00
commit a7f2df4fef
5 changed files with 39 additions and 14 deletions

View file

@ -44,7 +44,7 @@ class AltHud ui
const POWERUPICONSIZE = 32;
void Init()
virtual void Init()
{
switch (gameinfo.gametype)
{