mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 23:17:02 +01:00
Initing empty lists with GLOBAL_LIST_INIT(X, list()) is now prohibited by CI (#23247)
* moreglobals * comment
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
#define DIRECTION_REVERSED -1
|
||||
#define IS_OPERATING (operating && can_conveyor_run())
|
||||
|
||||
GLOBAL_LIST_INIT(conveyor_belts, list()) //Saves us having to look through the entire machines list for our things
|
||||
GLOBAL_LIST_INIT(conveyor_switches, list())
|
||||
GLOBAL_LIST_EMPTY(conveyor_belts) //Saves us having to look through the entire machines list for our things
|
||||
GLOBAL_LIST_EMPTY(conveyor_switches)
|
||||
|
||||
//conveyor2 is pretty much like the original, except it supports corners, but not diverters.
|
||||
//Except this is pretty heavily modified so it's more like conveyor2.5
|
||||
|
||||
Reference in New Issue
Block a user