Skip to content

Commit

Permalink
Making comment clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoblomj committed Oct 15, 2024
1 parent dbe60e3 commit 35983cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/s25main/desktops/dskGameInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ bool dskGameInterface::Msg_KeyDown(const KeyEvent& ke)
worldViewer.RecalcAllColors();
minimap.UpdateAll();
return true;
case 'g': // Go to the position of last message
case 'g': // Go to the position of current/last message
{
const PostMsg* msg = GetPostBox().GetCurrentMsg();
if(msg && msg->GetPos().isValid())
Expand Down

0 comments on commit 35983cd

Please sign in to comment.