diff options
Diffstat (limited to 'games/rogue/object.c')
| -rw-r--r-- | games/rogue/object.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rogue/object.c b/games/rogue/object.c index 2086a865b027..3315972570e5 100644 --- a/games/rogue/object.c +++ b/games/rogue/object.c @@ -240,7 +240,7 @@ int row, col; object * object_at(pack, row, col) -register object *pack; +object *pack; short row, col; { object *obj = (object *) 0; |
