mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-23 04:57:18 +00:00
moved delayed_start
This commit is contained in:
parent
7798929629
commit
2ac4a8a19a
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user