remove register from variable declarations
This commit is contained in:
@@ -724,8 +724,8 @@ scatter(coordxy sx, coordxy sy, /* location of objects to scatter */
|
||||
unsigned int scflags,
|
||||
struct obj *obj) /* only scatter this obj */
|
||||
{
|
||||
register struct obj *otmp;
|
||||
register int tmp;
|
||||
struct obj *otmp;
|
||||
int tmp;
|
||||
int farthest = 0;
|
||||
uchar typ;
|
||||
long qtmp;
|
||||
|
||||
Reference in New Issue
Block a user