diff options
author | garbled <garbled> | 2000-12-15 04:55:25 +0000 |
---|---|---|
committer | garbled <garbled> | 2000-12-15 04:55:25 +0000 |
commit | 41d4c5c8c8fd95f322de4a619b18c94db1d5a746 (patch) | |
tree | 577f696c2e657842109645ff5fc679d4cf5a38aa /games/pacman/patches | |
parent | 58d6fb329588d579ead21d42496f196dd58ce612 (diff) | |
download | pkgsrc-41d4c5c8c8fd95f322de4a619b18c94db1d5a746.tar.gz |
Make this program able to find it's datafiles properly
Diffstat (limited to 'games/pacman/patches')
-rw-r--r-- | games/pacman/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/pacman/patches/patch-ab b/games/pacman/patches/patch-ab new file mode 100644 index 00000000000..a59f3fa2193 --- /dev/null +++ b/games/pacman/patches/patch-ab @@ -0,0 +1,12 @@ +$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) + { |