author | ecalot
<ecalot> 2004-08-22 23:00:16 UTC |
committer | ecalot
<ecalot> 2004-08-22 23:00:16 UTC |
parent | 9926c7b2eac6ba6c55b30ec887d2a89249d9c12e |
FP/src/out/input.c | +2 | -0 |
diff --git a/FP/src/out/input.c b/FP/src/out/input.c index a254bbf..3d644ed 100644 --- a/FP/src/out/input.c +++ b/FP/src/out/input.c @@ -71,6 +71,8 @@ int editAction(tKey* key,SDLKey k) { case SDLK_l: key->actionPerformed=passLevel; break; + default: + break; } } /* Normal actions */