aboutsummaryrefslogtreecommitdiff
path: root/frontend/main.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-31 14:34:01 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-31 14:34:01 +0100
commit82dcf9e2dd3596b28ef846f4a217dc19c21cf781 (patch)
treef99f556afa6affeb0fe6a2a1c107862ca76f9e66 /frontend/main.cpp
parentf8d8d7499ba4433678db2a68fb1cae74448ca31e (diff)
more WIP
Diffstat (limited to 'frontend/main.cpp')
-rw-r--r--frontend/main.cpp2
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;