Rename a few variables.

svn-id: r26827
This commit is contained in:
Travis Howell 2007-05-13 10:07:55 +00:00
parent da283175c4
commit 9a04d1dffb
5 changed files with 17 additions and 17 deletions

View file

@ -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();