diff arogue5/weapons.c @ 311:28e22fb35989

Fix one more batch of compiler warnings. A few of these were potential bugs.
author John "Elwin" Edwards
date Tue, 04 May 2021 21:03:47 -0400
parents 56e748983fa8
children
line wrap: on
line diff
--- a/arogue5/weapons.c	Mon May 03 19:05:37 2021 -0400
+++ b/arogue5/weapons.c	Tue May 04 21:03:47 2021 -0400
@@ -140,7 +140,7 @@
  */
 
 void
-init_weapon(struct object *weap, char type)
+init_weapon(struct object *weap, int type)
 {
 	register struct init_weps *iwp;