Skip to content
Why GitHub?
Features
→
Code review
Project management
Integrations
Actions
Package registry
Team management
Social coding
Documentation
Code hosting
Customer stories
→
Security
→
Enterprise
Explore
Explore GitHub
→
Learn & contribute
Topics
Collections
Trending
Learning Lab
Open source guides
Connect with others
Events
Community forum
GitHub Education
Marketplace
Pricing
Plans
→
Compare plans
Contact Sales
Nonprofit
→
Education
→
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub
↵
Jump to
↵
In this repository
All GitHub
↵
Jump to
↵
Sign in
Sign up
Watch
288
Star
3,251
Fork
1,890
CleverRaven
/
Cataclysm-DDA
Code
Issues
1,397
Pull requests
48
Projects
25
Wiki
Security
Insights
Permalink
Browse files
fix
Loading branch information
...
VlasovVitaly
committed
Oct 12, 2015
1 parent
1eee2a7
commit
79c73563de5b6cb982cae1246ae5dfd7ca7d7691
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
src/iexamine.cpp
2
src/iexamine.cpp
Show comments
View file
Edit file
Delete file
@@ -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;
Toggle all file notes
0 comments on commit
79c7356
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
79c7356