aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/cge2/cge2_main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/cge2/cge2_main.cpp b/engines/cge2/cge2_main.cpp
index 77ad7181fc..2e70125fa6 100644
--- a/engines/cge2/cge2_main.cpp
+++ b/engines/cge2/cge2_main.cpp
@@ -727,7 +727,6 @@ void CGE2Engine::loadUser() {
// Missing loading from file. TODO: Implement it with the saving/loading!
loadScript("CGE.INI");
loadHeroes();
- loadPos();
}
void CGE2Engine::loadHeroes() { // Original name: loadGame()
@@ -770,6 +769,8 @@ void CGE2Engine::loadHeroes() { // Original name: loadGame()
//--- start!
switchHero(_sex);
+
+ loadPos();
}
void CGE2Engine::loadPos() {