diff options
-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++) { |