diff xrogue/util.c @ 236:7c1cb43f346e

XRogue: get rid of VOID as an alias for long. Maybe some compilers in 1986 didn't handle void pointers well, but they are no longer a concern.
author John "Elwin" Edwards
date Mon, 07 Mar 2016 20:44:01 -0500
parents f54901b9c39b
children d71e5e1f49cf
line wrap: on
line diff
--- a/xrogue/util.c	Mon Mar 07 19:26:08 2016 -0500
+++ b/xrogue/util.c	Mon Mar 07 20:44:01 2016 -0500
@@ -203,7 +203,7 @@
         if (find_slot(unconfuse))
             lengthen(unconfuse, HUHDURATION);
         else
-            fuse(unconfuse, (VOID *)NULL, HUHDURATION, AFTER);
+            fuse(unconfuse, NULL, HUHDURATION, AFTER);
         turn_on(player, ISHUH);
     }
     else msg("You feel dizzy for a moment, but it quickly passes.");