Re-remove testglobalvar from constants.txt so scripting branch runs again

This commit is contained in:
Randy Heit 2016-01-21 12:46:12 -06:00
parent 9744b9e0d9
commit 1ac0d0690c

View file

@ -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;