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