Ooops, increase count in isVgaQueueEmpty()

svn-id: r24032
This commit is contained in:
Travis Howell 2006-09-30 07:26:40 +00:00
parent b828f5e3bc
commit 46ed06fc27

View File

@ -150,6 +150,7 @@ bool AGOSEngine::isVgaQueueEmpty() {
result = true;
break;
}
vte++;
}
return result;
}