Skip to content

Commit

Permalink
Chex Quest|Game Menu: Do not rotate the menu cursor in Chex Quest
Browse files Browse the repository at this point in the history
The menu cursor in Chex Quest depicts a rotating chex piece so do not
draw the cursor with additional rotation.
  • Loading branch information
danij-deng committed Feb 19, 2012
1 parent 036483b commit 937f8c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doomsday/plugins/jdoom/src/d_main.c
Expand Up @@ -328,6 +328,10 @@ void D_PreInit(void)
cfg.menuSlam = false;
cfg.menuShortcutsEnabled = true;
cfg.menuGameSaveSuggestName = true;
if(gameMode == doom_chex)
{
cfg.menuCursorRotate = false;
}

cfg.confirmQuickGameSave = true;
cfg.maxSkulls = true;
Expand Down

0 comments on commit 937f8c4

Please sign in to comment.