openbsd-ports/games/vodovod/patches/patch-config_h

20 lines
629 B
Plaintext
Raw Normal View History

$OpenBSD: patch-config_h,v 1.2 2007/07/07 10:40:48 simon Exp $
--- config.h.orig Sun Jun 3 13:09:24 2007
+++ config.h Thu Jul 5 22:19:12 2007
@@ -27,6 +27,15 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston,
#include <map>
#include <vector>
#include <string>
+
+#ifndef DATADIR
+#define DATADIR "."
+#endif
+
+#ifndef HIGHSCOREDIR
+#define HIGHSCOREDIR "."
+#endif
+
//---------------------------------------------------------------------------------------
enum taAction { taLeft, taRight, taDown, taUp, taDrop, taFlood };
//---------------------------------------------------------------------------------------