oops forgot to commit this along with r1855:

* modify accessing a global var to using a set function instead

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@1856 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2007-06-14 19:41:43 +00:00
parent 05156439fd
commit ea325b35ce
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ int main(int argc, char *argv[])
make_dir(MultiCustomMapsPath, "multiplay", "custommaps");
/* Put these files in the writedir root */
strcpy(RegFilePath, "config");
setRegistryFilePath("config");
strcpy(KeyMapPath, "keymap.map");
strcpy(UserMusicPath, "music");