add a hack for Dungeon Keeper 2 util there's a better solution

This commit is contained in:
FunkyFr3sh 2020-10-15 07:43:03 +02:00
parent 1ebacfcd27
commit 6e54817718
3 changed files with 8 additions and 0 deletions

View file

@ -49,6 +49,7 @@ void cfg_load()
g_ddraw->resizable = cfg_get_bool("resizable", TRUE);
g_ddraw->nonexclusive = cfg_get_bool("nonexclusive", FALSE);
g_ddraw->sierrahack = cfg_get_bool("sierrahack", FALSE); // Sierra Caesar III, Pharaoh, and Zeus hack
g_ddraw->dk2hack = cfg_get_bool("dk2hack", FALSE); // Dungeon Keeper 2 hack
g_config.window_rect.right = cfg_get_int("width", 0);
g_config.window_rect.bottom = cfg_get_int("height", 0);