Removed extra 'q' case which may prevent compiling debug version.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9237 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Sevenfm
2022-01-09 18:02:35 +00:00
parent 6704eca440
commit 7b9d12ff2e
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -899,9 +899,9 @@ void GetUserInput()
SetErrorMode(SEM_FAILCRITICALERRORS); SetErrorMode(SEM_FAILCRITICALERRORS);
break; break;
case 'q': //case 'q':
// ShouldMercSayPrecedentToRepeatOneSelf( 11, 99 ); // ShouldMercSayPrecedentToRepeatOneSelf( 11, 99 );
break; //break;
#endif #endif
} }
} }
+2 -2
View File
@@ -1074,9 +1074,9 @@ void GetOptionsScreenUserInput()
SetErrorMode( SEM_FAILCRITICALERRORS ); SetErrorMode( SEM_FAILCRITICALERRORS );
break; break;
case 'q': // case 'q':
// ShouldMercSayPrecedentToRepeatOneSelf( 11, 99 ); // ShouldMercSayPrecedentToRepeatOneSelf( 11, 99 );
break; // break;
#endif #endif
} }
} }