aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/vqa.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/kyra/vqa.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/kyra/vqa.cpp')
-rw-r--r--engines/kyra/vqa.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/kyra/vqa.cpp b/engines/kyra/vqa.cpp
index 16b40cd06e..685a3e5a31 100644
--- a/engines/kyra/vqa.cpp
+++ b/engines/kyra/vqa.cpp
@@ -31,7 +31,7 @@
//
// The jung2.vqa movie does work, but only thanks to a grotesque hack.
-#include "common/stdafx.h"
+
#include "common/events.h"
#include "common/system.h"
#include "sound/audiostream.h"
@@ -273,7 +273,7 @@ bool VQAMovie::open(const char *filename) {
//
// This is good, because it means we won't have
// to worry about the confusing parts of the
- // VQA spec, where 8- and 16-bit data have
+ // VQA spec, where 8- and 16-bit data have
// different signedness and stereo sample
// layout varies between different games.