git » fp-git.git » commit 9926c7b

binded pass level action

author ecalot
2004-08-22 22:56:09 UTC
committer ecalot
2004-08-22 22:56:09 UTC
parent df4f840a11d563d6023b727518d652023f4caeac

binded pass level action

FP/src/out/input.c +5 -0

diff --git a/FP/src/out/input.c b/FP/src/out/input.c
index 746cc34..a254bbf 100644
--- a/FP/src/out/input.c
+++ b/FP/src/out/input.c
@@ -67,6 +67,11 @@ int editAction(tKey* key,SDLKey k) {
 	}
 	/* Shift actions */
 	if (inputGetShift(key->status)) {
+		switch (k) {
+		case SDLK_l:
+			key->actionPerformed=passLevel;
+			break;
+		}
 	}
 	/* Normal actions */
 	if (!(key->status)) {