diff srogue/main.c @ 300:0250220d8cdd

Fix an assortment of compiler warnings. A few potential bugs were removed in the process. Much code cleanup remains to be done.
author John "Elwin" Edwards
date Fri, 22 Nov 2019 21:18:27 -0500
parents 17005af49963
children
line wrap: on
line diff
--- a/srogue/main.c	Sun Feb 11 15:37:33 2018 -0500
+++ b/srogue/main.c	Fri Nov 22 21:18:27 2019 -0500
@@ -47,7 +47,8 @@
 	register char *env;
 	register struct linked_list *item;
 	register struct object *obj;
-	char alldone, wpt;
+	char alldone;
+	int wpt;
 	char *getpass(), *xcrypt(), *strrchr();
 	char *homedir = roguehome();