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:
parent
7798929629
commit
2ac4a8a19a
@ -16,6 +16,8 @@ EX string rsrcdir = RESOURCEDESTDIR;
|
|||||||
EX string rsrcdir = "";
|
EX string rsrcdir = "";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
EX bool delayed_start;
|
||||||
|
|
||||||
#if CAP_COMMANDLINE
|
#if CAP_COMMANDLINE
|
||||||
EX string scorefile = "hyperrogue.log";
|
EX string scorefile = "hyperrogue.log";
|
||||||
|
|
||||||
@ -434,8 +436,6 @@ EX hookset<int()> hooks_args;
|
|||||||
|
|
||||||
EX map<string, pair<int, reaction_t>> *added_commands;
|
EX map<string, pair<int, reaction_t>> *added_commands;
|
||||||
|
|
||||||
EX bool delayed_start;
|
|
||||||
|
|
||||||
EX namespace arg {
|
EX namespace arg {
|
||||||
|
|
||||||
int read_added_commands() {
|
int read_added_commands() {
|
||||||
|
Loading…
Reference in New Issue
Block a user