- Timestamp:
- 06/02/04 18:58:55 (21 years ago)
- Location:
- ps/trunk/source/simulation
- Files:
-
- 2 edited
-
BaseEntity.cpp (modified) (1 diff)
-
BaseEntityCollection.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ps/trunk/source/simulation/BaseEntity.cpp
r326 r363 11 11 12 12 // Gee's custom error handler 13 #include <ps/XercesErrorHandler.h>13 #include "ps/XercesErrorHandler.h" 14 14 15 15 // automatically use namespace .. -
ps/trunk/source/simulation/BaseEntityCollection.cpp
r356 r363 14 14 if (handle > 0) 15 15 { 16 while (vfs_next_dirent(handle, &dent, ".xml") )16 while (vfs_next_dirent(handle, &dent, ".xml") == 0) 17 17 { 18 18 CBaseEntity newTemplate;
Note:
See TracChangeset
for help on using the changeset viewer.
