mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-26 12:21:19 +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;
|
||||
|
||||
#define FMT_HOOKID "hook_%04x"
|
||||
#define FMT_HOOKID "hook_%d"
|
||||
|
||||
hook_p roothook;
|
||||
|
||||
|
|
Loading…
Reference in a new issue