mthrowu, nhlan, options, regions, rip and role globals moved to g.
This commit is contained in:
@@ -670,10 +670,10 @@ makelevel()
|
||||
char fillname[9];
|
||||
s_level *loc_lev;
|
||||
|
||||
Sprintf(fillname, "%s-loca", urole.filecode);
|
||||
Sprintf(fillname, "%s-loca", g.urole.filecode);
|
||||
loc_lev = find_level(fillname);
|
||||
|
||||
Sprintf(fillname, "%s-fil", urole.filecode);
|
||||
Sprintf(fillname, "%s-fil", g.urole.filecode);
|
||||
Strcat(fillname,
|
||||
(u.uz.dlevel < loc_lev->dlevel.dlevel) ? "a" : "b");
|
||||
makemaz(fillname);
|
||||
|
||||
Reference in New Issue
Block a user