babaoriley1981 wrote:Thanks very much for the help...
I am getting a compiler warning from frikqcc..
"system defs do not match internal crcs".
I added the scale variable in defs.qc right under the "ammo_shells, ammo_nails, ammo_rockets, ammo_cells;" line. is this incorrect?
You sould read the Inside3d forums. Is full of helpfull QuakeC coders, and this very problem has been solved recently. Maybe sould be added to some sort of FAQ (Frenquently Asqued Questions).
To quote Sajt:
Sajt wrote:yep, can't have anything before the special stuff at the beginning of defs
Specifically you can't do anything you want until after 'void end_sys_globals;' and 'void end_sys_fields;'
And, .. here you go:
www.inside3d.com <-- for QuakeC users
...So move your stuff after all the end_sys stuff
