We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1237603 commit 9da1ba9Copy full SHA for 9da1ba9
1 file changed
engine/openbor.c
@@ -27442,7 +27442,7 @@ int projectile_wall_deflect(entity *ent)
27442
toss(ent, RICHOCHET_VELOCITY_Y + randf(RICHOCHET_VELOCITY_Y_RAND));
27443
27444
// Reset base detection
27445
- ent->modeldata.subject_to_basemap = 0;
+ ent->modeldata.subject_to_basemap = 1;
27446
ent->modeldata.no_adjust_base = 0;
27447
ent->modeldata.subject_to_hole = 1;
27448
ent->base = 0;
0 commit comments