We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbe60e3 commit 35983cdCopy full SHA for 35983cd
libs/s25main/desktops/dskGameInterface.cpp
@@ -860,7 +860,7 @@ bool dskGameInterface::Msg_KeyDown(const KeyEvent& ke)
860
worldViewer.RecalcAllColors();
861
minimap.UpdateAll();
862
return true;
863
- case 'g': // Go to the position of last message
+ case 'g': // Go to the position of current/last message
864
{
865
const PostMsg* msg = GetPostBox().GetCurrentMsg();
866
if(msg && msg->GetPos().isValid())
0 commit comments