Clean up ceiling nits.

Fixes C343-102.
This commit is contained in:
Sean Hunt
2015-05-25 00:04:03 +09:00
committed by nhmall
parent 77eb56b7b6
commit 4cd43fdaa2
3 changed files with 8 additions and 4 deletions

View File

@@ -233,7 +233,7 @@ register int x, y;
|| IS_DOOR(lev->typ) || lev->typ == SDOOR)
what = "ceiling";
else
what = "rock above";
what = "rock cavern";
return what;
}