Author: per
Date: Thu Jul 12 21:32:26 2007
New Revision: 2061

URL: http://svn.gna.org/viewcvs/warzone?rev=2061&view=rev
Log:
Rename PROJ_OBJECT -> PROJECTILE and OBJ_BULLET -> OBJ_PROJECTILE for 
consistency
with other objects. To quickly adapt your patches and avoid conflict noise, run 
this 
on the revision prior to this one:

  sed -i s/OBJ_BULLET/OBJ_PROJECTILE/g src/*.c src/*.h src/*.l src/*.y
  sed -i s/PROJ_OBJECT/PROJECTILE/g src/*.c src/*.h src/*.l src/*.y

Modified:
    trunk/src/aud.c
    trunk/src/base.h
    trunk/src/bucket3d.c
    trunk/src/bulletdef.h
    trunk/src/display3d.c
    trunk/src/display3d.h
    trunk/src/multibot.c
    trunk/src/projectile.c
    trunk/src/projectile.h


_______________________________________________
Warzone-commits mailing list
Warzone-commits@gna.org
https://mail.gna.org/listinfo/warzone-commits

Reply via email to