mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-28 20:37:40 +00:00
bringris:: fixed typo
This commit is contained in:
@@ -1646,7 +1646,7 @@ auto hooks =
|
|||||||
#ifdef BRINGRIS
|
#ifdef BRINGRIS
|
||||||
auto hook1=
|
auto hook1=
|
||||||
addHook(hooks_config, 100, [] {
|
addHook(hooks_config, 100, [] {
|
||||||
if(arg::curphase =1 1)
|
if(arg::curphase == 1)
|
||||||
conffile = "bringris.ini";
|
conffile = "bringris.ini";
|
||||||
if(arg::curphase == 2) init_all();
|
if(arg::curphase == 2) init_all();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user