Changeset 7386 in orxonox.OLD for trunk/src/lib/sound
- Timestamp:
- Apr 26, 2006, 10:24:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/sound_source.cc
r7326 r7386 139 139 if (!this->retrieveSource()) 140 140 { 141 PRINTF( 2)("No more Free sources (You might consider raising the Source-Count).\n");141 PRINTF(3)("No more Free sources (You might consider raising the Source-Count).\n"); 142 142 return; 143 143 }
Note: See TracChangeset
for help on using the changeset viewer.