diff options
author | Chris Robinson <[email protected]> | 2007-12-14 08:51:45 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-14 08:51:45 -0800 |
commit | 5f4659534abfc3a27cdae32606f699f189275ec8 (patch) | |
tree | 93a9e9978b28d1548b880c7169fb53ba161f0a31 /OpenAL32/Include | |
parent | 5da394ab617ab7d11e5b11610bb8dd83033e3920 (diff) |
Store a persistant name string with the device struct
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index edd9a19f..26761bb1 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -128,7 +128,7 @@ struct ALCdevice_struct ALuint Channels; ALenum Format; - ALCchar szDeviceName[256]; + ALCchar *szDeviceName; // Maximum number of sources that can be created ALuint MaxNoOfSources; |