teleport and topten globals moved to instance globals.
This commit is contained in:
@@ -1114,6 +1114,9 @@ struct instance_globals {
|
||||
int spl_sortmode; /* index into spl_sortchoices[] */
|
||||
int *spl_orderindx; /* array of g.spl_book[] indices */
|
||||
|
||||
/* teleport.c */
|
||||
struct obj *telescroll; /* non-null when teleporting via this scroll */
|
||||
|
||||
/* timeout.c */
|
||||
/* ordered timer list */
|
||||
struct fe *timer_base; /* "active" */
|
||||
@@ -1121,6 +1124,9 @@ struct instance_globals {
|
||||
|
||||
/* topten.c */
|
||||
winid toptenwin;
|
||||
#ifdef UPDATE_RECORD_IN_PLACE
|
||||
long final_fpos;
|
||||
#endif
|
||||
|
||||
|
||||
/* trap.c */
|
||||
|
||||
Reference in New Issue
Block a user