- allow specifying a custom class for message box display.

This commit is contained in:
Christoph Oelckers 2017-04-14 23:28:54 +02:00
commit edebea4f8d
11 changed files with 19 additions and 6 deletions

View file

@ -152,6 +152,7 @@ struct gameinfo_t
int statusbarfile = -1;
FName statusbarclass;
int statusbarclassfile = -1;
FName MessageBoxClass;
FName backpacktype;
FString intermissionMusic;
int intermissionOrder;