From d88871869f04ead47568aaa064e566106e8d2328 Mon Sep 17 00:00:00 2001 From: me Date: Fri, 24 Jun 2022 00:08:02 +0430 Subject: [PATCH] wasd conflicting with the S key --- sos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos.c b/sos.c index ce6d775..3c1b32a 100644 --- a/sos.c +++ b/sos.c @@ -405,7 +405,7 @@ int main(int argc, char** argv){ mouseinput(sy,sx); if( (input=='k' || (input==KEY_UP||input=='w')) && py>0) --py; - if( (input=='j' || (input==KEY_DOWN||input=='s')) && py0) --px;