diff options
author | 2023-12-17 01:50:21 +0000 | |
---|---|---|
committer | 2023-12-17 01:54:50 +0000 | |
commit | 64f127a22f7661dc7a9953dc458585c3eb5adc0c (patch) | |
tree | 9c5d9dc2f84d0b567ac4a9dec0f0edf4d76315b4 /compile.bat | |
parent | b71ce15ade8de4ac21a459432ebdd3f94ca5a8dd (diff) | |
download | sst-64f127a22f7661dc7a9953dc458585c3eb5adc0c.tar.gz sst-64f127a22f7661dc7a9953dc458585c3eb5adc0c.zip |
Cancel fast-forward after the player disconnects
Avoids spurious and confusing fast-forward behaviour in the event of
resetting a run, then disconnecting early and deciding to load some
other map.
Also fixes a stupid typo (s/propand/propane/).
Diffstat (limited to 'compile.bat')
-rw-r--r-- | compile.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.bat b/compile.bat index ec420ed..220a4a3 100644 --- a/compile.bat +++ b/compile.bat @@ -76,6 +76,7 @@ setlocal DisableDelayedExpansion :+ fov.c
:+ gamedata.c
:+ gameinfo.c
+:+ gameserver.c
:+ hook.c
:+ kv.c
:+ kvsys.c
|