Remove $Id leftovers
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9555 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 54c37996aa3713c058f7268afc652eba92a84a59 Former-commit-id: 99341655706664ea7122d6e28370c8b63a095b29
This commit is contained in:
parent
4681971d6d
commit
8eb0ec30e9
2 changed files with 2 additions and 4 deletions
|
@ -4,7 +4,6 @@
|
|||
created : Mon March 28 2022
|
||||
copyright : (C) 2022
|
||||
email :
|
||||
version : $Id:
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
|
@ -192,4 +191,4 @@ void playMenuSfx(int sfxIndex)
|
|||
{
|
||||
Mix_PlayChannel(-1, MenuSfx[sfxIndex], 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
created : Mon March 28 2022
|
||||
copyright : (C) 2022
|
||||
email :
|
||||
version : $Id:
|
||||
|
||||
***************************************************************************/
|
||||
|
||||
|
@ -42,4 +41,4 @@ TGFCLIENT_API void playMenuSfx(int sfxIndex);
|
|||
#define SFX_CLICK 0
|
||||
#define SFX_FOCUS 1
|
||||
|
||||
#endif //__guimenusfx_h__
|
||||
#endif //__guimenusfx_h__
|
||||
|
|
Loading…
Reference in a new issue