INT -> int32_t

This commit is contained in:
d1str4ught
2025-12-19 23:55:17 +01:00
parent da619922cb
commit fd4d5558af

View File

@@ -380,14 +380,14 @@ typedef struct SPlayerTable
int16_t st, ht, dx, iq; int16_t st, ht, dx, iq;
uint32_t exp; uint32_t exp;
INT gold; int32_t gold;
uint8_t dir; uint8_t dir;
INT x, y, z; int32_t x, y, z;
INT lMapIndex; int32_t lMapIndex;
int32_t lExitX, lExitY; int32_t lExitX, lExitY;
int32_t lExitMapIndex; int32_t lExitMapIndex;
// int16_t hp; // int16_t hp;
// int16_t sp; // int16_t sp;