aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/vga_s1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/vga_s1.cpp')
-rw-r--r--engines/agos/vga_s1.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agos/vga_s1.cpp b/engines/agos/vga_s1.cpp
index 95e8e0a8b5..f99c8afb83 100644
--- a/engines/agos/vga_s1.cpp
+++ b/engines/agos/vga_s1.cpp
@@ -23,7 +23,7 @@
*
*/
-#include "common/stdafx.h"
+
#include "agos/agos.h"
#include "agos/intern.h"
@@ -162,7 +162,7 @@ void AGOSEngine::vc48_setPathFinder() {
x = vsp->x & 7;
ydiff *= x;
ydiff /= 8;
- ydiff = -ydiff;
+ ydiff = -ydiff;
} else {
x = vsp->x & 7;
ydiff *= x;