mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
openal: ptr != 0
-> ptr != NULL
This commit is contained in:
parent
99dc462174
commit
d8b48a3837
@ -98,5 +98,5 @@ is_playing() const {
|
||||
*/
|
||||
INLINE bool OpenALAudioSound::
|
||||
has_sound_data() const {
|
||||
return _sd != 0;
|
||||
return _sd != NULL;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user