Changeset 5915 in orxonox.OLD for trunk/src/lib/sound
- Timestamp:
- Dec 4, 2005, 3:34:36 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/sound_engine.cc
r5885 r5915 281 281 282 282 // INITIALIZING THE DEVICE: 283 #ifndef AL_VERSION_1_1 283 284 ALubyte deviceName[] = 285 #else 286 ALCchar deviceName[] = 287 #endif 284 288 #ifdef __WIN32__ 285 " native";289 "Direct3D"; 286 290 #else 287 "'( ( devices '( native artsnull ) ) )";291 "'( ( devices '( native null ) ) )"; 288 292 #endif 289 293 //
Note: See TracChangeset
for help on using the changeset viewer.