Super-Rogue: convert to ANSI-style function declarations.
This fixes most of the build warnings.
This commit is contained in:
parent
0f87d5b4d8
commit
59f448e92e
33 changed files with 783 additions and 518 deletions
|
|
@ -24,7 +24,8 @@
|
|||
* read_scroll:
|
||||
* Let the hero read a scroll
|
||||
*/
|
||||
read_scroll()
|
||||
void
|
||||
read_scroll(void)
|
||||
{
|
||||
reg struct object *obj;
|
||||
reg struct linked_list *item;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue