mirror of
https://github.com/tbamud/tbamud.git
synced 2026-02-17 09:01:44 +01:00
Added diagonal directions, hidden exits flag and bug fixes
This commit is contained in:
@@ -72,7 +72,7 @@ ACMD(do_masound)
|
||||
skip_spaces(&argument);
|
||||
|
||||
was_in_room = IN_ROOM(ch);
|
||||
for (door = 0; door < NUM_OF_DIRS; door++)
|
||||
for (door = 0; door < DIR_COUNT; door++)
|
||||
{
|
||||
struct room_direction_data *newexit;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user