From c5b54dd7ec656e70ced5d1363a6862aecece6afc Mon Sep 17 00:00:00 2001 From: Trueffel <106771418+Trueffeloot@users.noreply.github.com> Date: Tue, 10 Oct 2023 22:43:24 +0200 Subject: d_a_door_push OK (#1959) * work on d_a_push_door * d_a_door_push OK * remove unused asm --- include/SSystem/SComponent/c_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/SSystem') diff --git a/include/SSystem/SComponent/c_lib.h b/include/SSystem/SComponent/c_lib.h index 252defbfdd..9e6ce9c990 100644 --- a/include/SSystem/SComponent/c_lib.h +++ b/include/SSystem/SComponent/c_lib.h @@ -46,7 +46,7 @@ inline void cLib_onBit(T& value, u8 bit) { } template -inline T cLib_checkBit(T& value, u8 bit) { +inline u8 cLib_checkBit(T& value, u8 bit) { return value & bit; } -- cgit v1.2.3