Merge branch 'master' into multiplayer-stuff

This commit is contained in:
Phlosioneer
2019-02-18 01:12:47 -05:00
34 changed files with 300 additions and 224 deletions

View File

@@ -690,7 +690,7 @@ bool8 ScrCmd_initclock(struct ScriptContext *ctx)
return FALSE;
}
bool8 ScrCmd_dodailyevents(struct ScriptContext *ctx)
bool8 ScrCmd_dotimebasedevents(struct ScriptContext *ctx)
{
DoTimeBasedEvents();
return FALSE;