summarylogtreecommitdiffstats
path: root/ms_init.patch
blob: 5dc4c9338e7c5e8e794e446513e01ceff8145e49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -Nur Gtk/main.c Gtk.garg/main.c
--- Gtk/main.c	2008-08-24 08:52:08.000000000 +0200
+++ Gtk.garg/main.c	2011-10-20 08:05:11.435125131 +0200
@@ -304,7 +304,7 @@
     if (applicationExiting)
 	return FALSE;
 
-    if (!ms_init ((type8s *) game_filename, (type8s *) graphics_filename, (type8s *) hints_filename), NULL)
+    if (!ms_init ((type8s *) game_filename, (type8s *) graphics_filename, (type8s *) hints_filename, NULL))
     {
 	GtkWidget *error;
 	gchar *basename;