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-861f7616d084master
parent
05156439fd
commit
ea325b35ce
|
@ -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");
|
||||
|
||||
|
|
Loading…
Reference in New Issue