1
0
forked from 0ad/0ad

removed assert2 (surgeons leaving their tools inside the patient, tsk tsk ;))

This was SVN commit r752.
This commit is contained in:
janwas 2004-07-14 03:24:19 +00:00
parent 050a9a465d
commit 8edbcc3f61

View File

@ -517,7 +517,7 @@ int conInputHandler(const SDL_Event* ev)
return EV_PASS;
SDLKey sym = ev->key.keysym.sym;
assert2(0);
// toggle
if(sym == SDLK_F1)
{