diff options
Diffstat (limited to 'games/rogue/room.c')
-rw-r--r-- | games/rogue/room.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rogue/room.c b/games/rogue/room.c index 6285ec2..7cc1b1e 100644 --- a/games/rogue/room.c +++ b/games/rogue/room.c @@ -175,7 +175,7 @@ short rn; } get_dungeon_char(row, col) -row, col; +int row, col; { unsigned short mask = dungeon[row][col]; @@ -314,7 +314,7 @@ party_objects(rn) } get_room_number(row, col) -row, col; +int row, col; { short i; |