mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
- it compiles again.
This commit is contained in:
parent
be29d3a2df
commit
3b8b2b1fe0
3 changed files with 7 additions and 7 deletions
|
@ -215,8 +215,8 @@
|
|||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\source\build\src\engine.cpp" />
|
||||
<ClCompile Include="..\..\source\build\src\fix16.cpp" />
|
||||
<ClCompile Include="..\..\source\build\src\fix16_str.cpp" />
|
||||
<ClCompile Include="..\..\source\thirdparty\src\fix16.cpp" />
|
||||
<ClCompile Include="..\..\source\thirdparty\src\fix16_str.cpp" />
|
||||
<ClCompile Include="..\..\source\build\src\glbuild.cpp" />
|
||||
<ClCompile Include="..\..\source\build\src\glsurface.cpp" />
|
||||
<ClCompile Include="..\..\source\build\src\gtkbits.cpp">
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
<ClCompile Include="..\..\source\build\src\defs.cpp" />
|
||||
<ClCompile Include="..\..\source\build\src\dynamicgtk.cpp" />
|
||||
<ClCompile Include="..\..\source\build\src\engine.cpp" />
|
||||
<ClCompile Include="..\..\source\build\src\fix16.cpp" />
|
||||
<ClCompile Include="..\..\source\build\src\fix16_str.cpp" />
|
||||
<ClCompile Include="..\..\source\thirdparty\src\fix16.cpp" />
|
||||
<ClCompile Include="..\..\source\thirdparty\src\fix16_str.cpp" />
|
||||
<ClCompile Include="..\..\source\build\src\glbuild.cpp" />
|
||||
<ClCompile Include="..\..\source\build\src\glsurface.cpp" />
|
||||
<ClCompile Include="..\..\source\build\src\gtkbits.cpp" />
|
||||
|
|
|
@ -82,8 +82,8 @@ void drawlinergb(int32_t x1, int32_t y1, int32_t x2, int32_t y2, palette_t p)
|
|||
}
|
||||
#endif
|
||||
|
||||
char const col = palookup[0][p.f];
|
||||
drawlinepixels(x1, y1, x2, y2, col);
|
||||
//char const col = palookup[0][p.f];
|
||||
//drawlinepixels(x1, y1, x2, y2, col);
|
||||
}
|
||||
|
||||
void renderDrawLine(int32_t x1, int32_t y1, int32_t x2, int32_t y2, char col)
|
||||
|
@ -100,7 +100,7 @@ void renderDrawLine(int32_t x1, int32_t y1, int32_t x2, int32_t y2, char col)
|
|||
}
|
||||
#endif
|
||||
|
||||
drawlinepixels(x1, y1, x2, y2, col);
|
||||
//drawlinepixels(x1, y1, x2, y2, col);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue