mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-04 19:47:54 +00:00
rogueviz:: added namespace to intra demos
This commit is contained in:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user