summaryrefslogtreecommitdiff
path: root/games/clanbomber/patches/patch-ab
blob: 96bb9de78c1cfa278ec37fc63b81c6f72aaa34d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.1.1.1 2000/12/15 07:42:32 garbled Exp $
--- clanbomber/ClanBomber.cpp.orig	Fri Dec 15 00:27:16 2000
+++ clanbomber/ClanBomber.cpp	Fri Dec 15 00:27:46 2000
@@ -95,7 +95,7 @@
 		show_fps = false;
 		key_F1 = false;
 #ifndef WIN32
-		map_path = "maps";
+		map_path = BOMBERMAPS;
 		if (!opendir(map_path))
 		{
 			map_path = "/usr/local/share/clanbomber/maps";