aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/event.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2007-09-19 08:40:12 +0000
committerNicola Mettifogo2007-09-19 08:40:12 +0000
commit258901bab96f0050385a9912c8ea0fe2a41b2d6f (patch)
treea3ae8675b679c9f3b58ac8d97c79369502ea23c1 /engines/agos/event.cpp
parenta89694c0d61a75a960f5bec6c498659c988401cc (diff)
downloadscummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.gz
scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.tar.bz2
scummvm-rg350-258901bab96f0050385a9912c8ea0fe2a41b2d6f.zip
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
svn-id: r28966
Diffstat (limited to 'engines/agos/event.cpp')
-rw-r--r--engines/agos/event.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/agos/event.cpp b/engines/agos/event.cpp
index 5c673de700..ad80b72926 100644
--- a/engines/agos/event.cpp
+++ b/engines/agos/event.cpp
@@ -23,7 +23,7 @@
*
*/
-#include "common/stdafx.h"
+
#include "agos/agos.h"
#include "agos/debugger.h"
@@ -490,7 +490,7 @@ void AGOSEngine::delay(uint amount) {
} else if (event.kbd.keycode == Common::KEYCODE_u) {
dumpAllSubroutines();
}
- }
+ }
if (getGameType() == GType_PP) {
if (event.kbd.flags == Common::KBD_SHIFT)
@@ -588,7 +588,7 @@ void AGOSEngine_Feeble::timer_proc1() {
}
animateSprites();
- }
+ }
if (_displayScreen) {
if (getGameType() == GType_FF) {
@@ -623,7 +623,7 @@ void AGOSEngine::timer_proc1() {
_cepeFlag ^= 1;
if (!_cepeFlag)
processVgaEvents();
- }
+ }
if (_displayScreen) {
displayScreen();
@@ -647,7 +647,7 @@ void AGOSEngine::dimp_idle() {
while (z == 0) {
n = _rnd.getRandomNumber(2);
switch (n) {
- case(0):
+ case(0):
if (_variableArray[110] > 2)
break;
n = _rnd.getRandomNumber(6);