get array initialisation worrking

This commit is contained in:
Bill Currie 2002-01-18 08:26:37 +00:00
parent e3b2bfb81a
commit cef918df83
8 changed files with 128 additions and 5 deletions

View file

@ -1,2 +1,7 @@
all: menu.dat
menu.dat: menu.src menu.qc
qfcc -gP menu.src
clean:
rm -f *.dat *.h *.sym

View file

@ -13,14 +13,14 @@ entity self;
.float frame;
.void () think;
string [6] dot;/* = {
string [6] dot = {
"gfx/menudot0.lpm",
"gfx/menudot1.lpm",
"gfx/menudot2.lpm",
"gfx/menudot3.lpm",
"gfx/menudot4.lpm",
"gfx/menudot5.lpm",
};*/
};
void (integer x, integer y) spinner =
{