- Added support for AttackZOffset to P_RailAttack.
- Fixed: ParseDrawTextureTags read DTA_RenderStyle as ERenderStyle, not FRenderStyle. SVN r726 (trunk)
This commit is contained in:
parent
17e9a2c8fd
commit
78164aab40
4 changed files with 17 additions and 3 deletions
|
|
@ -535,7 +535,7 @@ bool DCanvas::ParseDrawTextureTags (FTexture *img, int x, int y, DWORD tag, va_l
|
|||
break;
|
||||
|
||||
case DTA_RenderStyle:
|
||||
parms->style = ERenderStyle(va_arg (tags, int));
|
||||
parms->style = va_arg (tags, FRenderStyle);
|
||||
break;
|
||||
}
|
||||
tag = va_arg (tags, DWORD);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue