Fixed VC++ warning

svn-id: r7861
This commit is contained in:
Jamieson Christian 2003-05-23 13:45:45 +00:00
parent 94f0b7f4a7
commit 4c531d373b

View file

@ -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++) {