diff options
author | Jamieson Christian | 2003-05-23 13:45:45 +0000 |
---|---|---|
committer | Jamieson Christian | 2003-05-23 13:45:45 +0000 |
commit | 4c531d373b4db5f84932da3a9958fd101874579c (patch) | |
tree | f296cfe3b8f2cd446c6404b52554b26849b6defb /scumm | |
parent | 94f0b7f4a72a3d6439f752bb893de74dbada9119 (diff) | |
download | scummvm-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.cpp | 2 |
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++) { |