program_state moved to g.

This commit is contained in:
Bart House
2018-12-25 10:09:04 -08:00
parent ab73df996f
commit b1ab64db43
45 changed files with 130 additions and 132 deletions

View File

@@ -739,7 +739,7 @@ movemon()
if (u.utotype
#ifdef SAFERHANGUP
/* or if the program has lost contact with the user */
|| program_state.done_hup
|| g.program_state.done_hup
#endif
) {
somebody_can_move = FALSE;