Add missing comment from hackpid declaration.

This commit is contained in:
Bart House
2018-12-19 21:27:31 -08:00
parent 576eece500
commit 605667b470

View File

@@ -679,7 +679,7 @@ struct instance_globals {
int NDECL((*occupation));
int NDECL((*afternmv));
const char *hname; /* name of the game (argv[0] of main) */
int hackpid;
int hackpid; /* current process id */
char chosen_windowtype[WINTYPELEN];
int bases[MAXOCLASSES];
int multi;