aboutsummaryrefslogtreecommitdiff
path: root/sword2/startup.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/startup.cpp')
-rw-r--r--sword2/startup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sword2/startup.cpp b/sword2/startup.cpp
index 623ff682e7..bf9eb31b51 100644
--- a/sword2/startup.cpp
+++ b/sword2/startup.cpp
@@ -272,7 +272,7 @@ uint32 Con_start(uint8 *input) {
res_man.close(1);
// free all the route memory blocks from previous game
- FreeAllRouteMem();
+ router.freeAllRouteMem();
// if there was speech text, kill the text block
if (speech_text_bloc_no) {