From a600dcb56a9633ebfae0d726480352b6f2e9b3ba Mon Sep 17 00:00:00 2001 From: Matthew Hoops Date: Tue, 20 Dec 2011 18:26:25 -0500 Subject: PEGASUS: Some space/misc cleanup --- engines/pegasus/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/pegasus/input.cpp') diff --git a/engines/pegasus/input.cpp b/engines/pegasus/input.cpp index bb5167b86e..d0b8b69b5b 100755 --- a/engines/pegasus/input.cpp +++ b/engines/pegasus/input.cpp @@ -139,7 +139,7 @@ void InputDevice::getInput(Input &input, const InputBits filter) { input.setAltDown(altDown); } -// Wait until the input device stops returning input allowed by filter... +// Wait until the input device stops returning input allowed by filter... void InputDevice::waitInput(const InputBits filter) { if (filter != 0) { for (;;) { -- cgit v1.2.3