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/cruise/delphine-unpack.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/cruise/delphine-unpack.cpp') diff --git a/engines/cruise/delphine-unpack.cpp b/engines/cruise/delphine-unpack.cpp index b1cdc13148..7dfed6fea9 100644 --- a/engines/cruise/delphine-unpack.cpp +++ b/engines/cruise/delphine-unpack.cpp @@ -23,7 +23,7 @@ * */ -#include "common/stdafx.h" + #include "common/endian.h" namespace Cruise { @@ -33,7 +33,7 @@ struct UnpackCtx { uint32 crc; uint32 chk; byte *dst; - const byte *src; + const byte *src; }; static int rcr(UnpackCtx *uc, int CF) { @@ -61,7 +61,7 @@ static uint16 getCode(UnpackCtx *uc, byte numChunks) { c <<= 1; if (nextChunk(uc)) { c |= 1; - } + } } return c; } -- cgit v1.2.3