removed possibility to pass with L1

This commit is contained in:
busebusemac 2020-09-09 17:54:02 +02:00
parent 06165f8a5d
commit 00a2864ba2

View File

@ -27,7 +27,7 @@ static int wait_event_loop(){
res = ERROR_MANUAL_FAIL;
break;
case SDLK_n:
//case SDLK_n:
case SDLK_ESCAPE:
stop_menu_loop = 1;
res = 0;