commit | 1e59284555d2c5892322a1de94ae087402826324 | [log] [tgz] |
---|---|---|
author | notstrom <jochen@tolot.escape.de> | Sun Nov 04 19:41:39 2018 +0100 |
committer | notstrom <jochen@tolot.escape.de> | Sun Nov 04 19:41:39 2018 +0100 |
tree | 0a51f8af838e2923e0a268ae35f399bc6514255c | |
parent | c9f2dbaf7ff412955ab1b5c4ac94144e227c313b [diff] |
Fix typo. Change-Id: If3a646b2670f9804386fb53990573308323c6e3a
diff --git a/room/huette3b.c b/room/huette3b.c index c73b1da..91f4819 100644 --- a/room/huette3b.c +++ b/room/huette3b.c
@@ -29,5 +29,5 @@ int westen() { tell_room(TO, BSLF( "Ein Sack Reis kippt um.")); - return TP->move(__DIR__"huette3b", M_GO); + return TP->move(__DIR__"huette3a", M_GO); }