diff --git a/wadsrc/static/actors/constants.txt b/wadsrc/static/actors/constants.txt index a88290451c..f750772b1c 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; -