mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Fixed bug in metarule2_explosions, possible fix for #67
This commit is contained in:
@@ -176,7 +176,7 @@ DWORD _stdcall ExplosionsMetaruleFunc(DWORD mode, DWORD arg1, DWORD arg2) {
|
|||||||
SafeWrite32(explosion_radius_rocket, arg1);
|
SafeWrite32(explosion_radius_rocket, arg1);
|
||||||
break;
|
break;
|
||||||
case EXPL_FORCE_EXPLOSION_DMGTYPE:
|
case EXPL_FORCE_EXPLOSION_DMGTYPE:
|
||||||
for (i=0; i<4; i++) {
|
for (i=0; i<5; i++) {
|
||||||
SafeWrite8(explosion_dmg_check_adr[i], (BYTE)arg1);
|
SafeWrite8(explosion_dmg_check_adr[i], (BYTE)arg1);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user