Allow pausing when using stamp placement/selection

This commit is contained in:
Simon Robertshaw 2012-10-01 12:07:02 +01:00
parent 0801497ed2
commit 7568e082dd

View File

@ -1180,7 +1180,8 @@ void GameView::OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool
break;
}
}
return;
if(key != ' ')
return;
}
switch(key)
{