From 258901bab96f0050385a9912c8ea0fe2a41b2d6f Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Wed, 19 Sep 2007 08:40:12 +0000 Subject: Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated. svn-id: r28966 --- engines/agos/script_e1.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'engines/agos/script_e1.cpp') diff --git a/engines/agos/script_e1.cpp b/engines/agos/script_e1.cpp index 5a1d7d104b..c3f7c841dc 100644 --- a/engines/agos/script_e1.cpp +++ b/engines/agos/script_e1.cpp @@ -23,7 +23,7 @@ * */ -#include "common/stdafx.h" + #include "agos/agos.h" #include "agos/vga.h" @@ -505,7 +505,7 @@ void AGOSEngine_Elvira1::oe1_copyfo() { void AGOSEngine_Elvira1::oe1_whatO() { // 57: what o - int a = getVarOrWord(); + int a = getVarOrWord(); if (a == 1) _subjectItem = findMaster(_scriptAdj1,_scriptNoun1); @@ -896,7 +896,7 @@ void AGOSEngine_Elvira1::oe1_pauseGame() { // 274: pause game WindowBlock *window = _windowArray[4]; const char *message1, *message2; - + time_t pauseTime = time(NULL); haltAnimation(); @@ -933,7 +933,7 @@ restart: window->textRow = 0; window->textColumnOffset = 0; window->textLength = 0; // Difference - + switch (_language) { case Common::FR_FRA: message1 = " Etes-vous s 99) - val = 99; + val = 99; writeChar(window, 5, 133, 6, val); // Resolution @@ -1171,7 +1171,7 @@ void AGOSEngine::printStats() { if (val < -99) val = -99; if (val > 99) - val = 99; + val = 99; writeChar(window, 11, 133, 6, val); // Dexterity @@ -1179,7 +1179,7 @@ void AGOSEngine::printStats() { if (val < -99) val = -99; if (val > 99) - val = 99; + val = 99; writeChar(window, 18, 133, 0, val); // Skill @@ -1187,7 +1187,7 @@ void AGOSEngine::printStats() { if (val < -99) val = -99; if (val > 99) - val = 99; + val = 99; writeChar(window, 24, 133, 0, val); // Life @@ -1195,7 +1195,7 @@ void AGOSEngine::printStats() { if (val < -99) val = -99; if (val > 99) - val = 99; + val = 99; writeChar(window, 30, 133, 2, val); // Experience @@ -1203,7 +1203,7 @@ void AGOSEngine::printStats() { if (val < -99) val = -99; if (val > 99) - val = 99; + val = 99; writeChar(window, 36, 133, 4, val); mouseOn(); -- cgit v1.2.3