Rename a few variables.
svn-id: r26827
This commit is contained in:
parent
da283175c4
commit
9a04d1dffb
5 changed files with 17 additions and 17 deletions
|
@ -236,7 +236,7 @@ void AGOSEngine::processVgaEvents() {
|
|||
uint8 type = vte->type;
|
||||
|
||||
if (type == 2) {
|
||||
vte->delay = (getGameType() == GType_SIMON2) ? 5 : _frameRate;
|
||||
vte->delay = (getGameType() == GType_SIMON2) ? 5 : _frameCount;
|
||||
|
||||
animateSprites();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue