Changeset 10345 in orxonox.OLD for branches/playability/src/lib/util/loading
- Timestamp:
- Jan 24, 2007, 6:13:17 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/playability/src/lib/util/loading/fast_factory.cc
r9869 r10345 157 157 void FastFactory::flush(bool hardFLUSH) 158 158 { 159 hardFLUSH = false; // HACK 159 160 FastObjectMember* tmpMember = this->deadList, *delMember = NULL; 160 161 while (tmpMember != NULL)
Note: See TracChangeset
for help on using the changeset viewer.