StatIndex typedefed

This commit is contained in:
DizzyEggg
2025-11-12 15:28:44 +01:00
parent b8b07d0269
commit 0ebfaba82b
13 changed files with 46 additions and 46 deletions

View File

@@ -7,9 +7,9 @@
#define STAT_INDEX_EVASION STAT_INDEX_SPECIAL
// Needed to match in Blue/Sky. I wonder what was the reason for making it a struct as opposed to a simple int...
struct StatIndex
typedef struct StatIndex
{
int id;
};
} StatIndex;
#endif // GUARD_STR_STAT_INDEX_X