summaryrefslogtreecommitdiff
path: root/games/znibbles/files/patch-src_GTK_Menus.C
diff options
context:
space:
mode:
Diffstat (limited to 'games/znibbles/files/patch-src_GTK_Menus.C')
-rw-r--r--games/znibbles/files/patch-src_GTK_Menus.C11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/znibbles/files/patch-src_GTK_Menus.C b/games/znibbles/files/patch-src_GTK_Menus.C
deleted file mode 100644
index 6d19af532b3b..000000000000
--- a/games/znibbles/files/patch-src_GTK_Menus.C
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/GTK/Menus.C.orig 1999-05-12 01:51:42 UTC
-+++ src/GTK/Menus.C
-@@ -61,7 +61,7 @@ GtkInterface * Menus::_interface;
- // Obligatory basic callback
- void Menus::menu_callback_static(gpointer data, gpointer action, GtkWidget *w) {
-
-- switch((gint) action) {
-+ switch((gulong)action) {
- case ItemFileOther:
- Menus::_interface->activate_other_player();
- gtk_widget_set_sensitive(w, FALSE);