mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
tests, tests, tests
This commit is contained in:
parent
ecc71c4a60
commit
89da47335b
1 changed files with 2 additions and 2 deletions
|
@ -84,6 +84,7 @@ void () eek =
|
|||
{
|
||||
local string bop = "";
|
||||
local vector v = '1 2 3';
|
||||
local float expr = v * '0 1 0';
|
||||
|
||||
traceon();
|
||||
if (sent && sent.owner != self )
|
||||
|
@ -101,8 +102,7 @@ void () eek =
|
|||
printf ("%v\n", v);
|
||||
};
|
||||
|
||||
void () assign =
|
||||
{
|
||||
void () assign = {
|
||||
local float foo;
|
||||
local float bar;
|
||||
|
||||
|
|
Loading…
Reference in a new issue