Changeset 1431 for code/branches/network/src/orxonox
- Timestamp:
- May 26, 2008, 9:21:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/orxonox/objects/SpaceShip.cc
r1425 r1431 359 359 Projectile *p = new Projectile(this); 360 360 p->create(); 361 if(p->classID==0) 362 COUT(3) << "generated projectile with classid 0" << std::endl; // TODO: remove this output 361 363 362 364 p->setBacksync(true);
Note: See TracChangeset
for help on using the changeset viewer.