Changeset 9659 for code/branches/core6/src/modules/weapons
- Timestamp:
- Aug 18, 2013, 4:57:51 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core6/src/modules/weapons/projectiles/BasicProjectile.cc
r9657 r9659 50 50 BasicProjectile::BasicProjectile() 51 51 { 52 Register RootObject(BasicProjectile);// Register the BasicProjectile class to the core52 RegisterObject(BasicProjectile);// Register the BasicProjectile class to the core 53 53 54 54 this->bDestroy_ = false;
Note: See TracChangeset
for help on using the changeset viewer.