Correct variable name
svn-id: r15025
This commit is contained in:
parent
0a44ef3d3c
commit
6b58b000c6
2 changed files with 4 additions and 2 deletions
|
@ -852,7 +852,7 @@ void ScummEngine::addObjectToDrawQue(int object) {
|
|||
}
|
||||
|
||||
void ScummEngine::removeObjectFromDrawQue(int object) {
|
||||
if (_drawObjectQue <= 0)
|
||||
if (_drawObjectQueNr <= 0)
|
||||
return;
|
||||
|
||||
int i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue