blob: a59f3fa2193b5372d78e0503323739b015c11bf1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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)
{
|