master
Perttu Ahola 2011-02-11 21:12:32 +02:00
parent cbef07a9f2
commit 6f16c2e313
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ void GUIPauseMenu::regenerateGui(v2u32 screensize)
L"- R: Toggle viewing all loaded chunks\n" L"- R: Toggle viewing all loaded chunks\n"
L"- I: Inventory menu\n" L"- I: Inventory menu\n"
L"- ESC: This menu\n" L"- ESC: This menu\n"
L"- T: Chat\n" L"- T: Chat\n";
Environment->addStaticText(text, rect, false, true, this, 258); Environment->addStaticText(text, rect, false, true, this, 258);
} }
{ {