X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fmiscc.c;h=90cfecb9d7bb079e6a8d88e60b999358154bfd5b;hp=2ece443937950ae40de63f13a88cc8537a3e5248;hb=3d2215798aaab87db7ae5265d21e359864e1f1c2;hpb=fdb3057d3afd5ac13dba3ffd0d1d59a7fae15329 diff --git a/src/miscc.c b/src/miscc.c index 2ece443..90cfecb 100644 --- a/src/miscc.c +++ b/src/miscc.c @@ -392,7 +392,7 @@ int Z_moveobj(obj_t *p) { void Z_splash (obj_t *p, int n) { Z_sound(bulsnd[0], 128); - DOT_water(p->x, p->y-p->h / 2, p->xv + p->vx, p->yv + p->vy, n, R_get_special_id(wfront)); + DOT_water(p->x, p->y-p->h / 2, p->xv + p->vx, p->yv + p->vy, n, R_get_special_id(wfront) - 1); } void Z_calc_time(dword t,word *h,word *m,word *s)