]> granicus.if.org Git - nethack/commitdiff
typo in existing bigroom code
authorkeni <keni>
Thu, 29 Apr 2010 19:19:32 +0000 (19:19 +0000)
committerkeni <keni>
Thu, 29 Apr 2010 19:19:32 +0000 (19:19 +0000)
Nothing uses this at the moment, but it's wrong.
Keni

src/dungeon.c

index b882e367fabdad54ea93e077207e46fcfec2e933..b1e4ad9550c18ffbc4d0dbf5ef8dcd09398b9d31 100644 (file)
@@ -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 },