View | Details | Raw Unified | Return to bug 212866 | Differences between
and this patch

Collapse All | Expand All

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

Return to bug 212866