1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00
This commit is contained in:
Mathieu Schroeter 2017-01-31 17:43:44 +01:00
parent 158470c386
commit 223ec0c5bc

View File

@ -4836,19 +4836,15 @@ bool CEvent::TreatEventBase(const SDL_Event *event)
}
return true;
case SDLK_LEFT:
//? DecorShift(-4,4);
DecorShift(-2,2);
return true;
case SDLK_RIGHT:
//? DecorShift(4,-4);
DecorShift(2,-2);
return true;
case SDLK_UP:
//? DecorShift(-6,-6);
DecorShift(-3,-3);
return true;
case SDLK_DOWN:
//? DecorShift(6,6);
DecorShift(3,3);
return true;
case SDLK_HOME:
@ -4887,7 +4883,6 @@ bool CEvent::TreatEventBase(const SDL_Event *event)
case SDLK_LCTRL:
case SDLK_RCTRL:
m_keymod |= KMOD_CTRL;
OutputDebugString ("CTRL: DOWN");
if ( m_phase == WM_PHASE_BUILD )
{
m_bFillMouse = true;