We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c522d3 commit cda23a5Copy full SHA for cda23a5
2 files changed
src_rebuild/Game/C/targets.c
@@ -328,7 +328,7 @@ void DrawStopZone(VECTOR *pPosition)
328
329
if (pOut == (int*)&pPoly->x0)
330
pOut = (int*)&pPoly->x1;
331
- else if (pOut == (long*)&pPoly->x1)
+ else if (pOut == (int*)&pPoly->x1)
332
pOut = (int*)&pPoly->x2;
333
else
334
pOut = (int*)&pPoly->x3;
windows_dev_prepare.ps1
@@ -34,7 +34,7 @@ $env:JPEG_DIR = $windows_jpeg_dir
34
Set-Location -Path $project_folder
35
Rename-Item -Path ($windows_jpeg_dir + '\\jconfig.vc') -NewName "jconfig.h"
36
37
-& .\\premake5 vs2019
+& .\\premake5 vs2022
38
39
# Open solution
40
-& .\\project_vs2019_windows\\REDRIVER2.sln
+& .\\project_vs2022_windows\\REDRIVER2.sln
0 commit comments