Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
lipk committed Mar 3, 2014
1 parent de53e65 commit be32749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display.cpp
Expand Up @@ -1155,7 +1155,7 @@ std::vector<surface> display::get_terrain_images(const map_location &loc,

if(terrains != NULL) {
// Cache the offmap name.
// Since it is themeabel it can change,
// Since it is themeable it can change,
// so don't make it static.
const std::string off_map_name = "terrain/" + theme_.border().tile_image;
for(std::vector<animated<image::locator> >::const_iterator it =
Expand Down

0 comments on commit be32749

Please sign in to comment.