- Timestamp:
- 08/29/10 23:29:03 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/Libs/SoundSystem/SoundSysOpenAL/SoundSysImpl.cpp
r92 r140 74 74 const char* DefaultDevice=alcGetString(NULL, ALC_DEFAULT_DEVICE_SPECIFIER); 75 75 76 unsigned intOffset=0;76 size_t Offset=0; 77 77 unsigned int DeviceNum=1; 78 78 … … 112 112 const char* DefaultDevice=alcGetString(NULL, ALC_DEFAULT_ALL_DEVICES_SPECIFIER); 113 113 114 unsigned intOffset=0;114 size_t Offset=0; 115 115 unsigned int DeviceNum=1; 116 116
