X-Git-Url: http://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fmiscc.c;h=3479689db3e6481c86bb0469a6748147162b019e;hp=b7058172d4dd025e4af6de4efbbb1ee0949c3a71;hb=d4b977521ea85ba1d4a7e876aa73d072945c287d;hpb=2a4083d2b1d0efed86339e7f73b7142c255574a8 diff --git a/src/miscc.c b/src/miscc.c index b705817..3479689 100644 --- a/src/miscc.c +++ b/src/miscc.c @@ -597,7 +597,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, - (int)walp[wfront]-1); + (intptr_t)walp[wfront]-1); } void Z_calc_time(dword t,word *h,word *m,word *s) @@ -652,4 +652,4 @@ int32_t int2host (int32_t x) { #else return x; #endif -} \ No newline at end of file +}