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:
parent
476f679303
commit
2711a050ed
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue