summaryrefslogtreecommitdiffstats
path: root/games/battlestar/room.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/battlestar/room.c')
-rw-r--r--games/battlestar/room.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/battlestar/room.c b/games/battlestar/room.c
index 6b33ebb..80fc2b2 100644
--- a/games/battlestar/room.c
+++ b/games/battlestar/room.c
@@ -79,7 +79,7 @@ struct room here;
ahead = here.north;
back = here.south;
break;
-
+
case SOUTH:
left = here.east;
right = here.west;
@@ -143,7 +143,7 @@ char option;
return("left");
case EAST:
return("ahead");
- case WEST:
+ case WEST:
return(option == '+' ? "behind you" : "back");
}
OpenPOWER on IntegriCloud