aboutsummaryrefslogtreecommitdiff
path: root/engines/cge2/cge2_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge2/cge2_main.cpp')
-rw-r--r--engines/cge2/cge2_main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp
index 071340508c..804294d478 100644
--- a/engines/cge2/cge2_main.cpp
+++ b/engines/cge2/cge2_main.cpp
@@ -503,7 +503,7 @@ void CGE2Engine::switchScene(int scene) {
_req = scene;
- saveHeroPos();
+ storeHeroPos();
*(_eyeTab[_now]) = *_eye;
if (scene < 0)
@@ -522,7 +522,7 @@ void CGE2Engine::switchScene(int scene) {
}
}
-void CGE2Engine::saveHeroPos() {
+void CGE2Engine::storeHeroPos() {
for (int i = 0; i < 2; i++) {
Hero *h = _heroTab[i]->_ptr;
if (h->_scene == _now) {