diff options
author | uruk | 2013-09-05 12:59:01 +0200 |
---|---|---|
committer | uruk | 2013-09-05 12:59:01 +0200 |
commit | ce95f738be9bc4cdc1a32f538e7cfdd893d24e47 (patch) | |
tree | bb85e3b27d58815101ffe19bfa34fdc5af633443 /engines/avalanche/timeout2.cpp | |
parent | a698a2a2f93e420ded9a7714cd759360d689f486 (diff) | |
download | scummvm-rg350-ce95f738be9bc4cdc1a32f538e7cfdd893d24e47.tar.gz scummvm-rg350-ce95f738be9bc4cdc1a32f538e7cfdd893d24e47.tar.bz2 scummvm-rg350-ce95f738be9bc4cdc1a32f538e7cfdd893d24e47.zip |
AVALANCHE: Do renaming in Enid. (Keep the refactoring for the implementation of it.)
Diffstat (limited to 'engines/avalanche/timeout2.cpp')
-rw-r--r-- | engines/avalanche/timeout2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/timeout2.cpp b/engines/avalanche/timeout2.cpp index 3a2271a384..078963aca6 100644 --- a/engines/avalanche/timeout2.cpp +++ b/engines/avalanche/timeout2.cpp @@ -337,7 +337,7 @@ void Timeout::hang_around2() { _vm->_gyro->dna.tied_up = false; - _vm->_enid->back_to_bootstrap(1); // Call the shoot-'em-up. + _vm->_enid->backToBootstrap(1); // Call the shoot-'em-up. } void Timeout::after_the_shootemup() { |