tests, tests, tests

This commit is contained in:
Bill Currie 2001-07-27 20:56:16 +00:00
parent ecc71c4a60
commit 89da47335b

View file

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