diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2019-02-12 00:40:34 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2019-02-12 00:40:34 -0600 |
commit | 449fb25f2372c8d51fc156d0eeeffa4023ec38b8 (patch) | |
tree | 5cded9cc21884f68fa45b7bc3eab4d43f60c0366 /src/scrcmd.c | |
parent | bc4cc9f78a705636228c39311bb6e3c393f090d3 (diff) |
Clear up misnamed time-based flags and functions
Diffstat (limited to 'src/scrcmd.c')
-rw-r--r-- | src/scrcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scrcmd.c b/src/scrcmd.c index 837259a7f..51d96ff2e 100644 --- a/src/scrcmd.c +++ b/src/scrcmd.c @@ -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; |