comparison rogue4/scrolls.c @ 225:4f6e056438eb

Merge the GCC5 and build fix branches.
author John "Elwin" Edwards
date Wed, 02 Mar 2016 21:28:34 -0500
parents 1b73a8641b37
children 3900f3cfe07d
comparison
equal deleted inserted replaced
224:4d0f53998e8a 225:4f6e056438eb
16 16
17 /* 17 /*
18 * read_scroll: 18 * read_scroll:
19 * Read a scroll from the pack and do the appropriate thing 19 * Read a scroll from the pack and do the appropriate thing
20 */ 20 */
21 read_scroll() 21 void
22 read_scroll(void)
22 { 23 {
23 register THING *obj; 24 register THING *obj;
24 register int y, x; 25 register int y, x;
25 register char ch; 26 register char ch;
26 register THING *op; 27 register THING *op;