1
0
forked from 0ad/0ad

Linux fixedness

This was SVN commit r567.
This commit is contained in:
Ykkrosh 2004-06-19 21:13:10 +00:00
parent aed6d949d5
commit c01eb01dfb

View File

@ -64,7 +64,7 @@ Handle sound_load(const char* filename)
#else
ONCE(
FSOUND_Init(44100, 32, 0);
atexit2(FSOUND_Close, 0, CC_CDECL_0); // PT: Doesn't compile
atexit2((void*)FSOUND_Close, 0, CC_CDECL_0);
);
#endif