1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-13 01:20:34 +02:00

Fix threaded handlers initialization, cleanup

This commit is contained in:
AlexVinS
2014-07-03 12:26:15 +04:00
parent dbb7526040
commit c948891fc6
5 changed files with 22 additions and 39 deletions

View File

@ -925,7 +925,7 @@ void CAdvMapInt::keyPressed(const SDL_KeyboardEvent & key)
k -= SDLK_KP0 + 1;
#else
k -= SDLK_KP_1;
#endif // 0
#endif // VCMI_SDL1
if(k < 0 || k > 8)
return;