fix
This commit is contained in:
parent
44af7bd104
commit
02462c0dd9
12
games/heroes/patches/patch-src_hedlite_c
Normal file
12
games/heroes/patches/patch-src_hedlite_c
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-src_hedlite_c,v 1.1 2010/05/22 13:10:51 espie Exp $
|
||||
--- src/hedlite.c.orig Sat May 22 14:53:05 2010
|
||||
+++ src/hedlite.c Sat May 22 14:53:16 2010
|
||||
@@ -45,7 +45,7 @@
|
||||
#include "dirname.h"
|
||||
|
||||
static a_pcx_image heditrsc;
|
||||
-static a_pcx_image tile_set_img;
|
||||
+a_pcx_image tile_set_img;
|
||||
|
||||
unsigned short int xdalles = 0;
|
||||
unsigned short int ydalles = 0;
|
13
games/heroes/patches/patch-src_menus_c
Normal file
13
games/heroes/patches/patch-src_menus_c
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-src_menus_c,v 1.1 2010/05/22 13:10:51 espie Exp $
|
||||
--- src/menus.c.orig Sat May 22 15:04:38 2010
|
||||
+++ src/menus.c Sat May 22 15:04:58 2010
|
||||
@@ -219,7 +219,8 @@ a_menu_entry editor_entries[] = {
|
||||
{ N_("NEW LEVEL"), editor_menu },
|
||||
/* TRANS: Load an existing level for edition. */
|
||||
{ N_("LOAD LEVEL"), editor_selector },
|
||||
- { N_("GO BACK"), 0 }
|
||||
+ { N_("GO BACK"), 0 },
|
||||
+ { 0, 0 }
|
||||
};
|
||||
|
||||
a_menu *editor_menu_data;
|
Loading…
Reference in New Issue
Block a user