From 89923dacd1dda524f037642d1834b92ce28b8edd Mon Sep 17 00:00:00 2001 From: Jaka Kranjc Date: Sat, 11 Jan 2014 17:21:41 +0100 Subject: [PATCH] GameControl::OnKeyRelease: promote area actor dump to lowercase shortcut initially it was on ctrl-M, but then got overwritten without care --- gemrb/core/GUI/GameControl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemrb/core/GUI/GameControl.cpp b/gemrb/core/GUI/GameControl.cpp index 9a02da5ff6..220ef2d0e8 100644 --- a/gemrb/core/GUI/GameControl.cpp +++ b/gemrb/core/GUI/GameControl.cpp @@ -926,7 +926,7 @@ bool GameControl::OnKeyRelease(unsigned char Key, unsigned short Mod) } core->GetGame()->GetCurrentArea()->dump(false); break; - case 'N': //prints a list of all the live actors in the area + case 'n': //prints a list of all the live actors in the area core->GetGame()->GetCurrentArea()->dump(true); break; case 'o': //set up the origin for the pathfinder