parenthesize expression correctly
This commit is contained in:
parent
85599d83e5
commit
823f0aebb2
|
@ -848,7 +848,7 @@ static bool savestate_load(std::istream* is)
|
|||
|
||||
loadstate();
|
||||
|
||||
if(nds.debugConsole!=0 != CommonSettings.DebugConsole) {
|
||||
if((nds.debugConsole!=0) != CommonSettings.DebugConsole) {
|
||||
printf("WARNING: forcing console debug mode to: debugmode=%s\n",nds.debugConsole?"TRUE":"FALSE");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue