Define fpcLy enum as being u32 explicitly

Fixes compiler warnings about conversions
This commit is contained in:
PJB3005
2026-03-01 14:54:19 +01:00
parent 991ff43a8b
commit 4c96a52cab
+4
View File
@@ -4,7 +4,11 @@
#include "SSystem/SComponent/c_tag.h"
#if !__MWERKS__
enum : u32 {
#else
enum {
#endif
fpcLy_ROOT_e = 0,
fpcLy_CURRENT_e = 0xFFFFFFFD,
fpcLy_SPECIAL_e = 0xFFFFFFFE,