Changed references from hname to g.hname.

This commit is contained in:
Bart House
2018-12-22 14:51:26 -08:00
parent c9565d4ef6
commit 9567526586
3 changed files with 8 additions and 8 deletions

View File

@@ -43,12 +43,12 @@ main(void)
windowprocs = mac_procs;
InitMac();
hname = "Mac Hack";
g.hname = "Mac Hack";
hackpid = getpid();
setrandom();
initoptions();
init_nhwindows(&argc, (char **) &hname);
init_nhwindows(&argc, (char **) &g.hname);
/*
* It seems you really want to play.