$NetBSD: patch-ab,v 1.5 2003/07/12 10:07:35 wiz Exp $ --- src/dopewars.c.orig Mon Jun 2 20:39:01 2003 +++ src/dopewars.c @@ -2797,7 +2797,7 @@ struct CMDLINE *GeneralStartup(int argc, { /* First, open the hard-coded high score file with possibly * elevated privileges */ - priv_hiscore = g_strdup_printf("%s/dopewars.sco", DPDATADIR); + priv_hiscore = g_strdup_printf("%s/dopewars.sco", DPLOCALSTATEDIR); HiScoreFile = g_strdup(priv_hiscore); OpenHighScoreFile(); DropPrivileges();