Skip to content

Commit 35983cd

Browse files
committed
Making comment clearer
1 parent dbe60e3 commit 35983cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/s25main/desktops/dskGameInterface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ bool dskGameInterface::Msg_KeyDown(const KeyEvent& ke)
860860
worldViewer.RecalcAllColors();
861861
minimap.UpdateAll();
862862
return true;
863-
case 'g': // Go to the position of last message
863+
case 'g': // Go to the position of current/last message
864864
{
865865
const PostMsg* msg = GetPostBox().GetCurrentMsg();
866866
if(msg && msg->GetPos().isValid())

0 commit comments

Comments
 (0)