From fbc19ab3b41cb88b75d3ab35f8d2b0c67a5c5fbc Mon Sep 17 00:00:00 2001 From: Strangerke Date: Tue, 29 Jan 2013 08:12:43 +0100 Subject: HOPKINS: Various renaming --- engines/hopkins/anim.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'engines/hopkins/anim.cpp') diff --git a/engines/hopkins/anim.cpp b/engines/hopkins/anim.cpp index 1875932a53..7e7c621a8e 100644 --- a/engines/hopkins/anim.cpp +++ b/engines/hopkins/anim.cpp @@ -211,7 +211,7 @@ EXIT: /** * Play Animation, type 2 */ -void AnimationManager::playAnim2(const Common::String &filename, uint32 a2, uint32 a3, uint32 a4) { +void AnimationManager::playAnim2(const Common::String &filename, uint32 rate1, uint32 rate2, uint32 rate3) { int v5; byte *screenCopy = NULL; int oldScrollVal = 0; @@ -291,7 +291,7 @@ void AnimationManager::playAnim2(const Common::String &filename, uint32 a2, uint if (_vm->_eventsManager._escKeyFl) goto LABEL_114; _vm->_eventsManager.refreshEvents(); - if (_vm->_eventsManager._rateCounter >= a2) + if (_vm->_eventsManager._rateCounter >= rate1) goto LABEL_48; } if (_vm->_graphicsManager._skipVideoLockFl) @@ -368,7 +368,7 @@ LABEL_88: while (!_vm->_eventsManager._escKeyFl) { _vm->_eventsManager.refreshEvents(); _vm->_soundManager.checkSoundEnd(); - if (_vm->_eventsManager._rateCounter >= a4) + if (_vm->_eventsManager._rateCounter >= rate3) goto LABEL_114; } } @@ -378,7 +378,7 @@ LABEL_88: while (!_vm->_eventsManager._escKeyFl) { _vm->_eventsManager.refreshEvents(); _vm->_soundManager.checkSoundEnd(); - if (_vm->_eventsManager._rateCounter >= a3) + if (_vm->_eventsManager._rateCounter >= rate2) goto LABEL_77; } LABEL_114: -- cgit v1.2.3