fix indentation

This commit is contained in:
Glenn Maynard
2003-07-09 06:36:00 +00:00
parent e3cf80ae04
commit 328976f5d3
+2
View File
@@ -643,6 +643,8 @@ bool HandleGlobalInputs( DeviceInput DeviceI, InputEventType type, GameInput Gam
#endif #endif
#ifndef DARWIN #ifndef DARWIN
/* XXX: Er, this doesn't work; Windows traps this key and takes a screenshot
* into the clipboard. I don't want to disable that, though; it's useful. */
if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_SYSREQ)) if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_SYSREQ))
#else #else
if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_KP_MULTIPLY)) if(DeviceI == DeviceInput(DEVICE_KEYBOARD, SDLK_KP_MULTIPLY))