PORTNAME= 7kaa
PORTVERSION= 2.14.5
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/skfans/7KAA%20${PORTVERSION}
--- src/audio/openal/openal_audio.cpp.orig 2015-05-19 01:00:20 UTC
+++ src/audio/openal/openal_audio.cpp
@@ -168,7 +168,6 @@ OpenALAudio::OpenALAudio()
OpenALAudio::~OpenALAudio()
{
- this->deinit();
}
// Initialize the mid driver
--- src/client/OSYS.cpp.orig 2015-05-19 01:00:20 UTC
+++ src/client/OSYS.cpp
@@ -225,6 +225,8 @@ void Sys::deinit()
if( !init_flag )
return;
+ music.deinit();
+ audio.deinit();
game.deinit(); // actually game.deinit() will be called by main_win_proc() and calling it here will have no effect
deinit_objects();