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 88debe4788
commit c24d2cf8cd
+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,