Fixed CGM values for AA and SH/BT

This commit is contained in:
OM 2023-05-23 00:08:12 +02:00
parent 6c874641d7
commit 55dc84d932
12 changed files with 249 additions and 163 deletions

View file

@ -541,7 +541,7 @@ void CG_ParseCGMessage()
// get the integer as string
snprintf(cTmp, sizeof(cTmp), "%d", iLarge);
if (iType == 23) {
if (iType == 26) {
sEffect = "models/fx/crates/debris_";
}
else {