mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Restore deleted endif
This commit is contained in:
parent
2eb9bebcd9
commit
1656b77bc0
1 changed files with 3 additions and 3 deletions
|
|
@ -51,8 +51,6 @@
|
||||||
|
|
||||||
#ifndef _FILE_OFFSET_BITS
|
#ifndef _FILE_OFFSET_BITS
|
||||||
#define _FILE_OFFSET_BITS 0
|
#define _FILE_OFFSET_BITS 0
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
@ -841,4 +839,6 @@ void I_UnRegisterSong(INT32 handle)
|
||||||
(void)handle;
|
(void)handle;
|
||||||
Mix_FreeMusic(music);
|
Mix_FreeMusic(music);
|
||||||
music = NULL;
|
music = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#endif
|
||||||
Loading…
Add table
Reference in a new issue