This commit is contained in:
espie 2010-05-22 13:10:51 +00:00
parent 44af7bd104
commit 02462c0dd9
2 changed files with 25 additions and 0 deletions

View 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;

View 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;