mirror of
https://github.com/thepigeongenerator/mcaselector-lite
synced 2026-02-08 17:42:45 +01:00
Migrate from i* signed integer type definitions to s* integer definitions.
The `s*` format is preferred due to it being
This commit is contained in:
@@ -40,7 +40,7 @@ enum nbt_tagid {
|
||||
};
|
||||
|
||||
struct nbt_array {
|
||||
i32 nmemb;
|
||||
s32 nmemb;
|
||||
void *dat;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user