From c01eb01dfbe3ce103ce3696e5a818cc157110371 Mon Sep 17 00:00:00 2001 From: Ykkrosh Date: Sat, 19 Jun 2004 21:13:10 +0000 Subject: [PATCH] Linux fixedness This was SVN commit r567. --- source/lib/res/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib/res/sound.cpp b/source/lib/res/sound.cpp index b41413ce10..9b3288b63f 100755 --- a/source/lib/res/sound.cpp +++ b/source/lib/res/sound.cpp @@ -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