$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) {