Skip to content

Fix build errors in P_TouchSpecialThing on clang

Hanicef requested to merge Hanicef/SRB2:fix-compiler-error-touch into next

Compilation error introduced by !2292 (merged); turns out that variables inside a switch-case are prohibited on clang, so FreeBSD failed to build.

Merge request reports