got the fields wrong

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1117 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2005-06-24 00:45:49 +00:00
parent 476f679303
commit 2711a050ed

View file

@ -479,10 +479,10 @@ float spotspawn;
.string map; // used with world/trigger_changelevel, inherited
// used with monsters/players
INTEGER ammo_shells_real; // real shells count
INTEGER ammo_nails_real; // real nails count
INTEGER ammo_rockets_real; // real rockets count
INTEGER ammo_cells_real; // real cells count
.INTEGER ammo_shells_real; // real shells count
.INTEGER ammo_nails_real; // real nails count
.INTEGER ammo_rockets_real; // real rockets count
.INTEGER ammo_cells_real; // real cells count
// Zoid Additions
.float maxspeed; // Used to set Maxspeed on a player