mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
get array initialisation worrking
This commit is contained in:
parent
e3b2bfb81a
commit
cef918df83
8 changed files with 128 additions and 5 deletions
|
@ -1,2 +1,7 @@
|
|||
all: menu.dat
|
||||
|
||||
menu.dat: menu.src menu.qc
|
||||
qfcc -gP menu.src
|
||||
|
||||
clean:
|
||||
rm -f *.dat *.h *.sym
|
||||
|
|
|
@ -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 =
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue