aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorJamieson Christian2003-05-23 13:45:45 +0000
committerJamieson Christian2003-05-23 13:45:45 +0000
commit4c531d373b4db5f84932da3a9958fd101874579c (patch)
treef296cfe3b8f2cd446c6404b52554b26849b6defb /scumm
parent94f0b7f4a72a3d6439f752bb893de74dbada9119 (diff)
downloadscummvm-rg350-4c531d373b4db5f84932da3a9958fd101874579c.tar.gz
scummvm-rg350-4c531d373b4db5f84932da3a9958fd101874579c.tar.bz2
scummvm-rg350-4c531d373b4db5f84932da3a9958fd101874579c.zip
Fixed VC++ warning
svn-id: r7861
Diffstat (limited to 'scumm')
-rw-r--r--scumm/actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/actor.cpp b/scumm/actor.cpp
index b0b5a94f5c..ceac475a92 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1484,7 +1484,7 @@ void Actor::remapActorPalette(int r_fact, int g_fact, int b_fact, int threshold)
}
void Scumm::resetActorBgs() {
- Actor *a;
+// Actor *a;
int i, j;
for (i = 0; i < gdi._numStrips; i++) {