mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-17 11:06:30 +00:00
Fix clang-cl compilation from showgremlins patch
This commit is contained in:
parent
92c117d186
commit
48e60648f6
1 changed files with 2 additions and 1 deletions
|
|
@ -30,9 +30,10 @@ void P_TestLine(line_t* ld)
|
|||
g_lines.emplace_back(ld);
|
||||
}
|
||||
|
||||
extern "C" consvar_t cv_showgremlins;
|
||||
|
||||
line_t* P_SweepTestLines(fixed_t ax, fixed_t ay, fixed_t bx, fixed_t by, fixed_t r, vector2_t* return_normal)
|
||||
{
|
||||
extern consvar_t cv_showgremlins;
|
||||
|
||||
using namespace srb2::math;
|
||||
using namespace srb2::sweep;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue