1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-23 13:07:16 +00:00

moved delayed_start

This commit is contained in:
Zeno Rogue 2024-11-03 22:08:42 +01:00
parent 7798929629
commit 2ac4a8a19a

View File

@ -16,6 +16,8 @@ EX string rsrcdir = RESOURCEDESTDIR;
EX string rsrcdir = "";
#endif
EX bool delayed_start;
#if CAP_COMMANDLINE
EX string scorefile = "hyperrogue.log";
@ -434,8 +436,6 @@ EX hookset<int()> hooks_args;
EX map<string, pair<int, reaction_t>> *added_commands;
EX bool delayed_start;
EX namespace arg {
int read_added_commands() {