mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-01 00:07:02 +00:00
rogueviz::fifteen:: -fifteen works outside of ISWEB
This commit is contained in:
parent
72587085af
commit
87b0f3a008
@ -366,6 +366,8 @@ int rugArgs() {
|
|||||||
addHook(mapstream::hooks_loadmap_old, 100, load_fifteen);
|
addHook(mapstream::hooks_loadmap_old, 100, load_fifteen);
|
||||||
#if ISWEB
|
#if ISWEB
|
||||||
mapstream::loadMap("1");
|
mapstream::loadMap("1");
|
||||||
|
#else
|
||||||
|
enable();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
else if(argis("-fifteen-center")) {
|
else if(argis("-fifteen-center")) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user