diff options
Diffstat (limited to 'frontend/main.cpp')
-rw-r--r-- | frontend/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/main.cpp b/frontend/main.cpp index e513c12..780a649 100644 --- a/frontend/main.cpp +++ b/frontend/main.cpp @@ -43,7 +43,7 @@ FollowupAction game_main() { switch (action) { case NONE: break; case UPDATE: { - dungeon->update(); + dungeon->update(&player.get_location()); break; } default: return action; |