diff options
Diffstat (limited to 'engines/wage')
-rw-r--r-- | engines/wage/world.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/wage/world.cpp b/engines/wage/world.cpp index c0c802ff8d..a1d3f6e175 100644 --- a/engines/wage/world.cpp +++ b/engines/wage/world.cpp @@ -267,7 +267,7 @@ bool World::loadWorld(Common::MacResManager *resMan) { if (_chrs.empty()) { error("loadWorld: and I have no characters"); } - _player = _chrs[0]; + _player = _orderedChrs[0]; } |