Skip to content
Permalink
Browse files

fix

  • Loading branch information...
VlasovVitaly committed Oct 12, 2015
1 parent 1eee2a7 commit 79c73563de5b6cb982cae1246ae5dfd7ca7d7691
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/iexamine.cpp
@@ -3236,7 +3236,7 @@ void iexamine::climb_down( player *p, map *m, const tripoint &examp )
std::string query_str = ngettext("Looks like %d storey. Jump down?",
"Looks like %d stories. Jump down?",
height);
if( height > 1 && !query_yn(query_str, height) ) {
if( height > 1 && !query_yn(query_str.c_str(), height) ) {
return;
} else if( height == 1 ) {
std::string query;

0 comments on commit 79c7356

Please sign in to comment.
You can’t perform that action at this time.