From e29600444869159e91f8809c012ff14e989a44c3 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 26 Sep 2019 13:18:58 +0200 Subject: [PATCH] disabled CAP_HOLDKEYS in WEB --- rug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rug.cpp b/rug.cpp index 6c0e53e9..7da00496 100644 --- a/rug.cpp +++ b/rug.cpp @@ -1586,7 +1586,7 @@ EX void move_forward(ld distance) { else model_distance /= exp(distance); } -#define CAP_HOLDKEYS CAP_SDL // && !ISWEB) +#define CAP_HOLDKEYS (CAP_SDL && !ISWEB) EX bool handlekeys(int sym, int uni) { if(NUMBERKEY == '1') {