rogueviz:: added namespace to intra demos

This commit is contained in:
Zeno Rogue 2022-08-07 03:12:30 +02:00
parent cfad696d4a
commit f38da4cba9
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ void create_intra_floors() {
build_wall(cwt, 0xFF80FF, 0xFF00FF);
become();
start();
intra::start();
// rogueviz::rv_hook(hooks_handleKey, 150, intra_key);
}
@ -193,7 +193,7 @@ void create_intra_solv() {
}
become();
start();
intra::start();
println(hlog, "Started");