Skip to content

Commit

Permalink
ZVISION: Don't output setStateValue debug information.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marisa-Chan committed Nov 15, 2013
1 parent 677c74d commit 5fd15be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/zvision/script_manager.cpp
Expand Up @@ -280,7 +280,7 @@ void ScriptManager::setStateValue(uint32 key, int value) {
_globalState.erase(key);
else
_globalState[key] = value;
debug("setStateValue %d %d\n", key , value);

queuePuzzles(key);
}

Expand Down

0 comments on commit 5fd15be

Please sign in to comment.