From 8d2482813a6672da6f98c9a2d910f8e885b9e518 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 11 Sep 2009 10:22:32 +0000 Subject: Remove excess spaces. svn-id: r44030 --- engines/agos/script.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/agos/script.cpp') diff --git a/engines/agos/script.cpp b/engines/agos/script.cpp index 9c93288e0e..89590beef1 100644 --- a/engines/agos/script.cpp +++ b/engines/agos/script.cpp @@ -787,7 +787,7 @@ void AGOSEngine::o_doClassIcons() { } void AGOSEngine::o_playTune() { - // 127: play tune + // 127: play tune uint16 music = getVarOrWord(); uint16 track = getVarOrWord(); @@ -1031,7 +1031,7 @@ int AGOSEngine::runScript() { error("Invalid opcode '%d' encountered", _opcode); executeOpcode(_opcode); - } while (getScriptCondition() != flag && !getScriptReturn() && !shouldQuit()); + } while (getScriptCondition() != flag && !getScriptReturn() && !shouldQuit()); return (shouldQuit()) ? 1 : getScriptReturn(); } -- cgit v1.2.3