mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 23:11:38 +00:00
more tests
This commit is contained in:
parent
882de10388
commit
3eedd3d8fc
1 changed files with 1 additions and 0 deletions
|
@ -132,4 +132,5 @@ void () assign =
|
|||
foo = bar = 1;
|
||||
foo = bar = bar + 1;
|
||||
foo = self.nextthink = self.nextthink + 1;
|
||||
self.frame = self.nextthink = self.nextthink + 1;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue