[SCM] cute multiplayer platform game with bunnies branch, master, updated. c929d844630b09199eebf0c692009d1a35382459

Ansgar Burchardt ansgar at 2008.43-1.org
Mon Mar 2 22:40:43 UTC 2009


The following commit has been merged in the master branch:
commit c929d844630b09199eebf0c692009d1a35382459
Author: Ansgar Burchardt <ansgar at 2008.43-1.org>
Date:   Mon Mar 2 23:33:33 2009 +0100

    exit fullscreen mode early to avoid crash
    
    Jump'n'bump would crash when leaving the game from fullscreen mode and
    sound was available.  This patch makes Jump'n'bump exit fullscreen mode
    early.
    
    Closes: #432361

diff --git a/debian/patches/exit-fullscreen.patch b/debian/patches/exit-fullscreen.patch
index 3339e49..70429ee 100644
--- a/debian/patches/exit-fullscreen.patch
+++ b/debian/patches/exit-fullscreen.patch
@@ -16,14 +16,15 @@ See http://bugs.debian.org/338705
  
 --- jumpnbump.orig/main.c
 +++ jumpnbump/main.c
-@@ -3338,6 +3338,7 @@
- 		free(mask_pic);
+@@ -3324,6 +3324,8 @@
+ 	__dpmi_regs regs;
+ #endif
  
- 	remove_keyb_handler();
 +	exit_fullscreen();
- 
- #ifdef DOS
- 	regs.x.ax = 0x3;
++
+ 	dj_stop();
+ 	dj_free_mod(MOD_MENU);
+ 	dj_free_mod(MOD_GAME);
 --- jumpnbump.orig/sdl/gfx.c
 +++ jumpnbump/sdl/gfx.c
 @@ -227,6 +227,13 @@

-- 
cute multiplayer platform game with bunnies



More information about the Pkg-games-commits mailing list