some, but not all, vms issues fixed

This commit is contained in:
nhmall
2019-11-12 19:58:48 -05:00
parent ec91626316
commit bc0d78138f
6 changed files with 39 additions and 14 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ getlock()
'a','b',&c below; override the default and use <uid><charname>
if we aren't restricting the number of simultaneous games */
if (!g.locknum)
Sprintf(g.lock, "_%u%s", (unsigned) getuid(), plname);
Sprintf(g.lock, "_%u%s", (unsigned) getuid(), g.plname);
regularize(g.lock);
set_levelfile_name(g.lock, 0);