mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-20 00:02:55 +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 fadeIn;
|
||||||
int16_t fadeOut;
|
int16_t fadeOut;
|
||||||
int16_t dopplerScale;
|
int16_t dopplerScale;
|
||||||
char minPriorityThreshold;
|
uint8_t minPriorityThreshold;
|
||||||
char maxPriorityThreshold;
|
uint8_t maxPriorityThreshold;
|
||||||
char probability;
|
uint8_t probability;
|
||||||
char occlusionLevel;
|
uint8_t occlusionLevel;
|
||||||
char minPriority;
|
uint8_t minPriority;
|
||||||
char maxPriority;
|
uint8_t maxPriority;
|
||||||
char pan;
|
uint8_t pan;
|
||||||
char limitCount;
|
uint8_t limitCount;
|
||||||
char entityLimitCount;
|
uint8_t entityLimitCount;
|
||||||
char duckGroup;
|
uint8_t duckGroup;
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifndef __zonecodegenerator
|
#ifndef __zonecodegenerator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user