mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-03 02:30:58 +00:00
- Replace mulscale()
calls with MulScale()
from common.
This commit is contained in:
parent
b5aac8723f
commit
868aa7f07a
23 changed files with 93 additions and 96 deletions
|
@ -1802,8 +1802,8 @@ void renderDrawMapView(int32_t dax, int32_t day, int32_t zoome, int16_t ang)
|
|||
if ((1 << ox) != xspan)
|
||||
{
|
||||
ox++;
|
||||
globalx1 = mulscale(globalx1,xspan,ox);
|
||||
globaly1 = mulscale(globaly1,xspan,ox);
|
||||
globalx1 = MulScale(globalx1,xspan,ox);
|
||||
globaly1 = MulScale(globaly1,xspan,ox);
|
||||
}
|
||||
|
||||
bak.x = (bak.x>>4)-(xdim<<7); bak.y = (bak.y>>4)-(ydim<<7);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue