John "Elwin" Edwards
dafa5cc722
XRogue: fix some uses of entire structs instead of their members.
...
Some calls to runto() were given a pointer to the player struct instead
of to the player's coordinates. A call to death() was passed a pointer
to a monster instead of the monster's type number.
2016-03-08 20:47:57 -05:00
John "Elwin" Edwards
e9c84b2637
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.
2016-03-07 20:44:01 -05:00
John "Elwin" Edwards
2853120387
XRogue: convert to ANSI-style function declarations.
2016-03-02 21:13:26 -05:00
John "Elwin" Edwards
dec970210b
xrogue: add missing includes.
...
This prevents some warnings.
2015-04-21 10:34:01 -04:00
John "Elwin" Edwards
034d8d6484
Import XRogue 8.0 from the Roguelike Restoration Project (r1490)
2015-04-21 08:55:20 -04:00