Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit 2c77bbd

Browse files
committed
test.pl A and D no use as move controls
1 parent 36dc1b4 commit 2c77bbd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test.pl

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1213,14 +1213,6 @@ sub cbKeyPressed
12131213
{
12141214
$Z_Off -= 0.5;
12151215
}
1216-
elsif ($c eq 'A')
1217-
{
1218-
$Y_Speed -= 0.01;
1219-
}
1220-
elsif ($c eq 'D')
1221-
{
1222-
$Y_Speed += 0.01;
1223-
}
12241216
else
12251217
{
12261218
printf "KP: No action for %d.\n", $key;

0 commit comments

Comments
 (0)