From 7ffa0780a683633127ede991d65db1c06c1cd76a Mon Sep 17 00:00:00 2001 From: keni Date: Thu, 29 Apr 2010 19:19:32 +0000 Subject: [PATCH] typo in existing bigroom code Nothing uses this at the moment, but it's wrong. Keni --- src/dungeon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dungeon.c b/src/dungeon.c index b882e367f..b1e4ad955 100644 --- a/src/dungeon.c +++ b/src/dungeon.c @@ -667,7 +667,7 @@ struct level_map { { "asmodeus", &asmodeus_level }, { "astral", &astral_level }, { "baalz", &baalzebub_level }, - { "bigroom", &bigroom_level }, + { "bigrm", &bigroom_level }, { "castle", &stronghold_level }, { "earth", &earth_level }, { "fakewiz1", &portal_level },