summaryrefslogtreecommitdiff
path: root/games/pacman/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'games/pacman/patches/patch-ab')
-rw-r--r--games/pacman/patches/patch-ab12
1 files changed, 0 insertions, 12 deletions
diff --git a/games/pacman/patches/patch-ab b/games/pacman/patches/patch-ab
deleted file mode 100644
index a59f3fa2193..00000000000
--- a/games/pacman/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2000/12/15 04:55:26 garbled Exp $
---- Sources/pacman.cpp.orig Thu Dec 14 21:51:21 2000
-+++ Sources/pacman.cpp Thu Dec 14 21:51:45 2000
-@@ -54,7 +54,7 @@
-
- try
- {
-- resources = CL_ResourceManager::create("pacman.dat", true);
-+ resources = CL_ResourceManager::create(DATAFILE, true);
- }
- catch (CL_Error err)
- {