Changes needed in various ports due to globals changes.
This commit is contained in:
+1
-1
@@ -186,7 +186,7 @@ time_t when;
|
||||
SetDrMd(rp, JAM1);
|
||||
|
||||
/* Put name on stone */
|
||||
Sprintf(buf, "%s", plname);
|
||||
Sprintf(buf, "%s", g.plname);
|
||||
buf[STONE_LINE_LEN] = 0;
|
||||
tomb_text(buf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user