- reimplemented Blood's menu items.

This commit is contained in:
Christoph Oelckers 2020-10-07 00:50:26 +02:00
parent a7035a932f
commit 603c3b50ec
10 changed files with 72 additions and 59 deletions

View file

@ -209,7 +209,7 @@ class DMenuItemBase : public DObject
public:
double mXpos, mYpos;
FName mAction;
bool mEnabled;
int mEnabled;
bool Activate();
bool SetString(int i, const char *s);