OsX[AppleEvents]: try to avoid some crash by delaying the function which is called

by such events...

Fixes #292
This commit is contained in:
ALONSO Laurent
2022-07-14 12:56:10 +02:00
committed by Celtic Minstrel
parent eea6166b11
commit e2a4fcc788
8 changed files with 79 additions and 6 deletions

View File

@@ -166,4 +166,13 @@ const int UI_LAYER_MENUBAR = 1200;
const int talk_gword_offset_x = 19;
const int talk_gword_offset_y = 7;
#ifdef __APPLE__
enum eMenuChoice {
MENU_CHOICE_NONE,
MENU_CHOICE_GENERIC,
MENU_CHOICE_MONSTER_INFO,
MENU_CHOICE_SPELL
};
#endif
#endif