UFO: Alien Invasion Issue Tracker
UFO: Alien Invasion
Go to the previous open issue
Go to the previous issue (open or closed)
star_faded.png
Please log in to bookmark issues
icon_project.png UFO: Alien Invasion / Open Submit Patch #5765 fix compile issues g++ v13.2
Go to the next issue (open or closed)
Go to the next open issue
Issue basics
  • Type of issue
    Submit Patch
  • Category
    Not determined
  • Targetted for
    Not determined
  • Status
    Open
  • Priority
    Not determined
User pain
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
Affected by this issue (0)
There are no items
People involved
Times and dates
  • Posted at
  • Last updated
Issue details
Attachments (0)
There is nothing attached to this issue
Duplicate issues (0)
This issue does not have any duplicates
Description
--- ufoai-2.5-source/src/client/renderer/r_gl.h 2014-06-04 21:18:39.000000000 -0700
+++ ufoai-2.5-source.new/src/client/renderer/r_gl.h 2023-09-01 19:12:40.526457178 -0700
@@ -29,7 +29,7 @@
#include "../../ports/android/r_gles_android.h"
#include <stdlib.h>
#else
-#include <SDL_opengl.h>
+#include <SDL/SDL_opengl.h>
#endif

inline void R_DrawArrays (GLint first, GLsizei count) {
@@ -73,10 +73,10 @@

/* internally defined convenience constant */
/* @todo sanitize those */
-#define GL_TANGENT_ARRAY -1
-#define GL_NEXT_VERTEX_ARRAY -2
-#define GL_NEXT_NORMAL_ARRAY -3
-#define GL_NEXT_TANGENT_ARRAY -4
+#define GL_TANGENT_ARRAY -1l
+#define GL_NEXT_VERTEX_ARRAY -2l
+#define GL_NEXT_NORMAL_ARRAY -3l
+#define GL_NEXT_TANGENT_ARRAY -4l

/* multitexture */
QGL_EXTERN void (APIENTRY* qglActiveTexture)(GLenum texture);
Todos (0 / 0)
There are no comments
footer_logo.png The Bug Genie 4.3.1 | Support | Feedback spinning_16.gif