Fixes Dreamchecker warnings in the codebase (#17422)

This commit is contained in:
SteelSlayer
2022-02-23 08:36:02 +01:00
committed by GitHub
parent 2828ac31fb
commit 7131a3f2e2
12 changed files with 23 additions and 99 deletions
@@ -30,9 +30,9 @@
alpha = 255
switch(dir)
if(SOUTH || NORTH)
if(SOUTH, NORTH)
initialize_directions = SOUTH|NORTH
if(EAST || WEST)
if(EAST, WEST)
initialize_directions = EAST|WEST
if(NORTHEAST)
initialize_directions = NORTH|EAST