Changeset 9235 in orxonox.OLD for trunk/src/lib/particles/particle_system.cc
- Timestamp:
- Jul 5, 2006, 4:39:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/particles/particle_system.cc
r7334 r9235 460 460 int i = 1; 461 461 Particle* tmpPart = this->deadList; 462 while (tmpPart = tmpPart->next) ++i;462 while (tmpPart = tmpPart->next) { ++i; } 463 463 PRINT(0)("count: %d\n", i); 464 464 }
Note: See TracChangeset
for help on using the changeset viewer.