mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-05-09 12:08:12 +03:00
Fixed CGM values for AA and SH/BT
This commit is contained in:
parent
6c874641d7
commit
55dc84d932
12 changed files with 249 additions and 163 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue