From fd4d5558af26a71b09a37ba5d6ca5f7cdddc2b4c Mon Sep 17 00:00:00 2001 From: d1str4ught <> Date: Fri, 19 Dec 2025 23:55:17 +0100 Subject: [PATCH] INT -> int32_t --- src/common/tables.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/common/tables.h b/src/common/tables.h index 4359033..6002e9c 100644 --- a/src/common/tables.h +++ b/src/common/tables.h @@ -380,14 +380,14 @@ typedef struct SPlayerTable int16_t st, ht, dx, iq; uint32_t exp; - INT gold; + int32_t gold; - uint8_t dir; - INT x, y, z; - INT lMapIndex; + uint8_t dir; + int32_t x, y, z; + int32_t lMapIndex; - int32_t lExitX, lExitY; - int32_t lExitMapIndex; + int32_t lExitX, lExitY; + int32_t lExitMapIndex; // int16_t hp; // int16_t sp;