Properly defines a few global vars (#7948)

Co-authored-by: Selis <selis@xynolabs.com>
This commit is contained in:
Raeschen
2024-03-27 23:55:55 +01:00
committed by GitHub
co-authored by Selis
parent 2fbb251fca
commit 29b08a0d33
21 changed files with 92 additions and 88 deletions
+3 -3
View File
@@ -28,7 +28,7 @@
// delete_me = 1
return
//VOREStation Add end
if("Observer-Start") // Ghosts are the only thing that use the latejoin list afaik and it complains if there's nothing in the list.
if("Observer-Start") // Ghosts are the only thing that use the latejoin list afaik and it complains if there's nothing in the list.
latejoin += src
simulated = TRUE
return
@@ -39,11 +39,11 @@
return
//CHOMPEdit Begin
if("JoinLateStationGateway")
latejoin_gatewaystation += loc
GLOB.latejoin_gatewaystation += loc
delete_me = 1
return
if("JoinLateSifPlains")
latejoin_plainspath += loc
GLOB.latejoin_plainspath += loc
delete_me = 1
return
//CHOMPEdit End