- moved some event related code to 'common'.

This commit is contained in:
Christoph Oelckers 2020-06-13 20:31:57 +02:00
commit 5dfe9918d0
24 changed files with 410 additions and 237 deletions

View file

@ -651,7 +651,6 @@ void F2DDrawer::AddPoly(FGameTexture* img, FVector4* vt, size_t vtcount, unsigne
dg.mTexture = img;
dg.mTranslationId = translation;
dg.mColor1 = color;
dg.mVertCount = (int)vtcount;
dg.mVertIndex = (int)mVertices.Reserve(vtcount);
dg.mRenderStyle = LegacyRenderStyles[STYLE_Translucent];