summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-board/gnocatan/files/gmap.diff')
-rw-r--r--games-board/gnocatan/files/gmap.diff16
1 files changed, 0 insertions, 16 deletions
diff --git a/games-board/gnocatan/files/gmap.diff b/games-board/gnocatan/files/gmap.diff
deleted file mode 100644
index 06cba4ceddcf..000000000000
--- a/games-board/gnocatan/files/gmap.diff
+++ /dev/null
@@ -1,16 +0,0 @@
-Index: client/gtk/gui.c
-===================================================================
-RCS file: /cvsroot/gnocatan/gnocatan/client/gtk/gui.c,v
-retrieving revision 1.4
-diff -u -p -r1.4 gui.c
---- client/gtk/gui.c 2 Jan 2004 13:33:50 -0000 1.4
-+++ client/gtk/gui.c 6 Feb 2004 18:25:41 -0000
-@@ -296,7 +296,7 @@ void gui_highlight_chits(gint roll)
- static gint expose_map_cb(GtkWidget *area, GdkEventExpose *event,
- UNUSED(gpointer user_data))
- {
-- if (area->window == NULL || map == NULL)
-+ if (area->window == NULL || map == NULL || gmap == NULL)
- return FALSE;
-
- if (gmap->pixmap == NULL) {