Correct variable name

svn-id: r15025
This commit is contained in:
Chris Apers 2004-09-12 10:51:00 +00:00
parent 0a44ef3d3c
commit 6b58b000c6
2 changed files with 4 additions and 2 deletions

View file

@ -852,7 +852,7 @@ void ScummEngine::addObjectToDrawQue(int object) {
}
void ScummEngine::removeObjectFromDrawQue(int object) {
if (_drawObjectQue <= 0)
if (_drawObjectQueNr <= 0)
return;
int i;