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/agi/preagi.cpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'engines/agi/preagi.cpp') diff --git a/engines/agi/preagi.cpp b/engines/agi/preagi.cpp index b42948ccdb..1ef889a5fa 100644 --- a/engines/agi/preagi.cpp +++ b/engines/agi/preagi.cpp @@ -23,8 +23,6 @@ * */ -#include "common/stdafx.h" - #include "common/events.h" #include "common/file.h" #include "common/savefile.h" @@ -115,7 +113,7 @@ PreAgiEngine::PreAgiEngine(OSystem *syst) : AgiBase(syst) { _objects = NULL; _oldMode = -1; - + _firstSlot = 0; */ } @@ -246,7 +244,7 @@ int PreAgiEngine::go() { default: error("Unknown preagi engine"); break; - } + } return 0; } -- cgit v1.2.3