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/vga_s1.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/agos/vga_s1.cpp') 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; -- cgit v1.2.3