Remove unneeded double brackets

svn-id: r9548
This commit is contained in:
Travis Howell 2003-08-06 09:35:56 +00:00
parent 5dd4d3e8e4
commit de277d746c

View File

@ -99,7 +99,7 @@ void ScummDebugger::attach(Scumm *s, char *entry) {
DCmd_Register("scripts", &ScummDebugger::Cmd_PrintScript);
DCmd_Register("importres", &ScummDebugger::Cmd_ImportRes);
if ((_s->_features & GF_LOOM))
if (_s->_features & GF_LOOM)
DCmd_Register("drafts", &ScummDebugger::Cmd_PrintDraft);
DCmd_Register("loadgame", &ScummDebugger::Cmd_LoadGame);