mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
Change SndAlias struct members type from char to uint8_t
This commit is contained in:
parent
568e6572fb
commit
1caa54f16e
@ -6248,16 +6248,16 @@ namespace T6
|
||||
int16_t fadeIn;
|
||||
int16_t fadeOut;
|
||||
int16_t dopplerScale;
|
||||
char minPriorityThreshold;
|
||||
char maxPriorityThreshold;
|
||||
char probability;
|
||||
char occlusionLevel;
|
||||
char minPriority;
|
||||
char maxPriority;
|
||||
char pan;
|
||||
char limitCount;
|
||||
char entityLimitCount;
|
||||
char duckGroup;
|
||||
uint8_t minPriorityThreshold;
|
||||
uint8_t maxPriorityThreshold;
|
||||
uint8_t probability;
|
||||
uint8_t occlusionLevel;
|
||||
uint8_t minPriority;
|
||||
uint8_t maxPriority;
|
||||
uint8_t pan;
|
||||
uint8_t limitCount;
|
||||
uint8_t entityLimitCount;
|
||||
uint8_t duckGroup;
|
||||
};
|
||||
|
||||
#ifndef __zonecodegenerator
|
||||
|
Loading…
x
Reference in New Issue
Block a user