mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-28 06:53:40 +00:00
Re-remove testglobalvar from constants.txt so scripting branch runs again
This commit is contained in:
parent
9744b9e0d9
commit
1ac0d0690c
1 changed files with 0 additions and 4 deletions
|
@ -510,7 +510,3 @@ enum
|
||||||
CBF_SETTRACER = 1 << 3, //^ but with tracer.
|
CBF_SETTRACER = 1 << 3, //^ but with tracer.
|
||||||
CBF_SETONPTR = 1 << 4, //Sets the pointer change on the actor doing the checking instead of self.
|
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;
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue