Merge branch 'master' into win32-x64-working

This commit is contained in:
nhmall
2015-04-18 15:33:50 -04:00
3 changed files with 35 additions and 2 deletions

View File

@@ -1363,7 +1363,7 @@ domove()
if (boulder)
Strcpy(buf, ansimpleoname(boulder));
else if (solid)
else if (solid && glyph_is_cmap(glyph))
Strcpy(buf, the(defsyms[glyph_to_cmap(glyph)].explanation));
else if (!Underwater)
Strcpy(buf, "thin air");