From 841fcfc40cd4eab0789a736f6ac883d524da618d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Tue, 20 Oct 2020 20:19:41 +0200 Subject: [PATCH] Undo --- settings.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/settings.h b/settings.h index 69c6acf..b25dff5 100644 --- a/settings.h +++ b/settings.h @@ -43,12 +43,6 @@ #define SFG_FPS 60 #endif -#define SFG_FPS ((SFG_FPS * SFG_TIME_MULTIPLIER) / 1024) - -#if SFG_FPS == 0 - #define SFG_FPS 1 -#endif - /** On platforms with mouse this sets its horizontal sensitivity. 128 means 1 RCL_Unit per mouse pixel travelled.