mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
tests for if (simple expression)
This commit is contained in:
parent
d12a0a930d
commit
07fbe47294
1 changed files with 3 additions and 1 deletions
|
@ -77,12 +77,14 @@ float (float baz) test_int =
|
|||
entity sent;
|
||||
void () eek =
|
||||
{
|
||||
local string bop = "";
|
||||
traceon();
|
||||
if (sent && sent.owner != self )
|
||||
self.origin = '0 0 0';
|
||||
self.origin = self.origin + '1 2 3';
|
||||
test_int (1);
|
||||
traceoff();
|
||||
if (bop)
|
||||
traceoff();
|
||||
};
|
||||
|
||||
void () assign =
|
||||
|
|
Loading…
Reference in a new issue