Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 stax (1.37-1) unstable; urgency=low
 .
   * New upstream version, new upstream source
   * Upgraded packaging to dh(7) style and recent standards
   * Applied changes from Markus Koschany for .desktop file integration with
     some changes (closes: 738035)
Author: Eduard Bloch <blade@debian.org>
Bug-Debian: https://bugs.debian.org/738035

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- stax-1.37.orig/data.cpp
+++ stax-1.37/data.cpp
@@ -22,7 +22,7 @@
 
 void LoadData(void) throw (BadLoad)
 {
-	datafile = load_datafile("#");
+	datafile = load_datafile("/usr/share/games/stax/stax.dat");
 	if (!datafile)
 		throw BadLoad();
 
--- stax-1.37.orig/gui.cpp
+++ stax-1.37/gui.cpp
@@ -2133,7 +2133,7 @@ void GUI_WaitMessage(char *s, ...) throw
 			strcat(full, stripped);
 			strcat(full, "\n");
 		}
-		allegro_message(full);
+		allegro_message(full, 0);
 		return;
 	}
 
--- stax-1.37.orig/stax.h
+++ stax-1.37/stax.h
@@ -25,6 +25,7 @@
 #include <vector>
 #include <list>
 #include <new>
+#include <cstdio>
 
 const int POP_FLASH_TIME = 250;
 const int POP_TIME = 3000;
