Changes needed in various ports due to globals changes.
This commit is contained in:
@@ -499,7 +499,7 @@ Gem_player_selection()
|
||||
void
|
||||
Gem_askname()
|
||||
{
|
||||
strncpy(plname, mar_ask_name(), PL_NSIZ);
|
||||
strncpy(g.plname, mar_ask_name(), PL_NSIZ);
|
||||
}
|
||||
|
||||
void
|
||||
@@ -1074,7 +1074,7 @@ time_t when;
|
||||
}
|
||||
/* Follows same algorithm as genl_outrip() */
|
||||
/* Put name on stone */
|
||||
Sprintf(rip_line[NAME_LINE], "%s", plname);
|
||||
Sprintf(rip_line[NAME_LINE], "%s", g.plname);
|
||||
/* Put $ on stone */
|
||||
Sprintf(rip_line[GOLD_LINE], "%ld Au", done_money);
|
||||
/* Put together death description */
|
||||
|
||||
Reference in New Issue
Block a user