Changeset 6004 in orxonox.OLD for trunk/src/lib
- Timestamp:
- Dec 9, 2005, 11:12:04 PM (19 years ago)
- Location:
- trunk/src/lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/coord/p_node.cc
r5915 r6004 679 679 } 680 680 681 if( this->children.size() > 0)681 if(!this->children.empty()) 682 682 { 683 683 list<PNode*>::iterator child; -
trunk/src/lib/sound/sound_engine.cc
r5996 r6004 290 290 // INITIALIZING THE DEVICE: 291 291 292 #if def AL_VERSION_1_1292 #ifndef AL_VERSION_1_1 293 293 ALubyte deviceName[] = 294 294 #else
Note: See TracChangeset
for help on using the changeset viewer.