Changeset 9179 in orxonox.OLD for branches/presentation/src/world_entities/npcs/attractor_mine.cc
- Timestamp:
- Jul 5, 2006, 12:27:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/world_entities/npcs/attractor_mine.cc
r9178 r9179 51 51 { 52 52 this->setClassID(CL_ATTRACTOR_MINE, "AttractorMine"); 53 54 this->toList(OM_GROUP_02); 53 55 54 56 if ((float)rand()/RAND_MAX > .5f)
Note: See TracChangeset
for help on using the changeset viewer.