- Timestamp:
- 08/29/10 23:29:03 (21 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
cafu/trunk/Libs/SoundSystem/SoundSysOpenAL/BufferManager.cpp
r93 r140 64 64 65 65 const char* DeviceNames=alcGetString(NULL, ALC_CAPTURE_DEVICE_SPECIFIER); 66 unsigned intOffset =0;66 size_t Offset =0; 67 67 unsigned int DeviceNum =0; 68 68 std::string DeviceName ="";
