diff options
| author | robojumper <robojumper@gmail.com> | 2025-06-28 00:00:28 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-09-13 10:53:30 +0200 |
| commit | 36115277a4b718d494ac64267c43dacb1a0fc138 (patch) | |
| tree | fa0d1131485fea6f9a662ffa03bde8f8972eb6a3 /include/d/snd | |
| parent | 3b5344d4a18097f5912b861dc5baf5e9dd28317f (diff) | |
Fix one small order problem
Diffstat (limited to 'include/d/snd')
| -rw-r--r-- | include/d/snd/d_snd_source_mgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/snd/d_snd_source_mgr.h b/include/d/snd/d_snd_source_mgr.h index f4fd9e75..2be218ff 100644 --- a/include/d/snd/d_snd_source_mgr.h +++ b/include/d/snd/d_snd_source_mgr.h @@ -16,7 +16,7 @@ class dSndSourceMgr_c { public: dSndSourceMgr_c(); - static dSoundSource_c *createSource(s32 sourceType, dAcBase_c *actor, const char *name, u8 subtype); + static dSoundSourceIf_c *createSource(s32 sourceType, dAcBase_c *actor, const char *name, u8 subtype); void registerSource(dSoundSource_c *source); void unregisterSource(dSoundSource_c *source); |
