mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
lua_pushfstring only allows %d not %x
Stupid JTE.
This commit is contained in:
parent
6ac5013802
commit
06b82d172b
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ struct hook_s
|
||||||
};
|
};
|
||||||
typedef struct hook_s* hook_p;
|
typedef struct hook_s* hook_p;
|
||||||
|
|
||||||
#define FMT_HOOKID "hook_%04x"
|
#define FMT_HOOKID "hook_%d"
|
||||||
|
|
||||||
hook_p roothook;
|
hook_p roothook;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue