add a hack for Dungeon Keeper 2 util there's a better solution
This commit is contained in:
parent
1ebacfcd27
commit
6e54817718
3 changed files with 8 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue