From 1ac0d0690c07f7d5422b1def288372607e372b5e Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Thu, 21 Jan 2016 12:46:12 -0600 Subject: [PATCH] Re-remove testglobalvar from constants.txt so scripting branch runs again --- wadsrc/static/actors/constants.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wadsrc/static/actors/constants.txt b/wadsrc/static/actors/constants.txt index a88290451..f750772b1 100644 --- a/wadsrc/static/actors/constants.txt +++ b/wadsrc/static/actors/constants.txt @@ -510,7 +510,3 @@ enum CBF_SETTRACER = 1 << 3, //^ but with tracer. CBF_SETONPTR = 1 << 4, //Sets the pointer change on the actor doing the checking instead of self. }; - -// This is only here to provide one global variable for testing. -native int testglobalvar; -