add workaround for westwood nox

This commit is contained in:
FunkyFr3sh 2023-08-20 01:39:02 +02:00
parent b1ac125817
commit b62b435c37
2 changed files with 7 additions and 1 deletions

View file

@ -175,6 +175,7 @@ typedef struct CNCDDRAW
RECT bnet_win_rect;
POINT bnet_pos;
void* last_freed_palette; /* Dungeon Keeper hack */
void* last_freed_surface; /* Nox hack */
BOOL child_window_exists;
BOOL got_child_windows;
DWORD last_set_window_pos_tick; /* WINE hack */