mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-23 18:24:59 +00:00
ZVISION: Fix typo in format string
This commit is contained in:
parent
8e3ffdece8
commit
4729641cf9
@ -148,7 +148,7 @@ void ScriptManager::changeLocation(char world, char room, char node, char view,
|
||||
_activeControls.clear();
|
||||
|
||||
// Parse into puzzles and controls
|
||||
Common::String fileName = Common::String::format("%c%c%c&c.scr", world, room, node, view);
|
||||
Common::String fileName = Common::String::format("%c%c%c%c.scr", world, room, node, view);
|
||||
parseScrFile(fileName);
|
||||
|
||||
// Create the puzzle reference table
|
||||
|
Loading…
Reference in New Issue
Block a user