pull request #811 - getpos help during ";"
Pull request from entrez: context-sensitive help. During the
quick farlook command (aka #glance), if the player types "?" to
ask for help don't show "prompt for 'more info'" among the actions
performed for response ".". (":" still mentions that because it
does show 'more info', if some is available, when using ";".)
Closes #811
This commit is contained in:
@@ -948,6 +948,8 @@ a hero on the quest home level who runs or travels past the quest leader and
|
||||
gets tossed out of the quest for some reason would keep running on the
|
||||
far side of the quest portal
|
||||
allow rush/run over water if wearing discovered water walking boots
|
||||
flying pets wouldn't target underwater food but if they happened to fly over
|
||||
such food they could and would eat it
|
||||
|
||||
|
||||
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository
|
||||
|
||||
@@ -221,7 +221,7 @@ getpos_help(boolean force, const char *goal)
|
||||
Sprintf(sbuf,
|
||||
" '%s' describe current spot,%s move to another spot;",
|
||||
visctrl(g.Cmd.spkeys[NHKF_GETPOS_PICK]),
|
||||
flags.help ? " prompt if 'more info'," : "");
|
||||
flags.help && !force ? " prompt if 'more info'," : "");
|
||||
putstr(tmpwin, 0, sbuf);
|
||||
Sprintf(sbuf,
|
||||
" '%s' describe current spot, move to another spot;",
|
||||
|
||||
Reference in New Issue
Block a user