summaryrefslogtreecommitdiff
path: root/src/pke-at.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pke-at.cpp')
-rw-r--r--src/pke-at.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pke-at.cpp b/src/pke-at.cpp
index f4c7462..70625ba 100644
--- a/src/pke-at.cpp
+++ b/src/pke-at.cpp
@@ -2,7 +2,7 @@
#include <pke/pke.hpp>
#include "pke-at.hpp"
-#include "level-main.hpp"
+#include "level-init.hpp"
struct pke_at_master {
struct pke_at_master_states {
@@ -14,7 +14,7 @@ void pke_at_tick(double delta) {
}
void pke_at_init() {
- pkeSettings.rt.nextLevel = pke_at_level_main_create();
+ pkeSettings.rt.nextLevel = pke_at_level_init_create();
}
void pke_at_teardown() {