[quake3-commits] r1851 - trunk/code/botlib

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Feb 4 12:01:09 EST 2011


Author: thilo
Date: 2011-02-04 12:01:08 -0500 (Fri, 04 Feb 2011)
New Revision: 1851

Modified:
   trunk/code/botlib/be_ai_weap.c
Log:
Fix #4683, thanks Zack Middleton


Modified: trunk/code/botlib/be_ai_weap.c
===================================================================
--- trunk/code/botlib/be_ai_weap.c	2011-02-04 16:09:05 UTC (rev 1850)
+++ trunk/code/botlib/be_ai_weap.c	2011-02-04 17:01:08 UTC (rev 1851)
@@ -83,7 +83,7 @@
 static fielddef_t projectileinfo_fields[] =
 {
 {"name", PROJECTILE_OFS(name), FT_STRING},					//name of the projectile
-{"model", WEAPON_OFS(model), FT_STRING},						//model of the projectile
+{"model", PROJECTILE_OFS(model), FT_STRING},					//model of the projectile
 {"flags", PROJECTILE_OFS(flags), FT_INT},						//special flags
 {"gravity", PROJECTILE_OFS(gravity), FT_FLOAT},				//amount of gravity applied to the projectile [0,1]
 {"damage", PROJECTILE_OFS(damage), FT_INT},					//damage of the projectile



More information about the quake3-commits mailing list