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.
This commit is contained in:
parent
090622896b
commit
e9c84b2637
19 changed files with 57 additions and 62 deletions
|
|
@ -203,7 +203,7 @@ confus_player(void)
|
|||
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.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue