mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-08-04 21:04:02 +00:00
rogueviz:: added namespace to intra demos
This commit is contained in:
parent
cfad696d4a
commit
f38da4cba9
@ -133,7 +133,7 @@ void create_intra_floors() {
|
|||||||
build_wall(cwt, 0xFF80FF, 0xFF00FF);
|
build_wall(cwt, 0xFF80FF, 0xFF00FF);
|
||||||
become();
|
become();
|
||||||
|
|
||||||
start();
|
intra::start();
|
||||||
|
|
||||||
// rogueviz::rv_hook(hooks_handleKey, 150, intra_key);
|
// rogueviz::rv_hook(hooks_handleKey, 150, intra_key);
|
||||||
}
|
}
|
||||||
@ -193,7 +193,7 @@ void create_intra_solv() {
|
|||||||
}
|
}
|
||||||
become();
|
become();
|
||||||
|
|
||||||
start();
|
intra::start();
|
||||||
|
|
||||||
println(hlog, "Started");
|
println(hlog, "Started");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user