mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-15 17:54:48 +00:00
bringris:: fixed typo
This commit is contained in:
parent
201990aca0
commit
2465a4d81c
@ -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();
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user