initial import
This commit is contained in:
23
ufoai/fix-build.patch
Normal file
23
ufoai/fix-build.patch
Normal file
@@ -0,0 +1,23 @@
|
||||
--- a/src/client/battlescape/cl_particle.cpp 2014-06-05 06:18:39.000000000 +0200
|
||||
+++ b/src/client/battlescape/cl_particle.cpp 2022-01-06 14:05:37.009558947 +0100
|
||||
@@ -138,7 +138,7 @@
|
||||
CASSERT(lengthof(pc_strings) == PC_NUM_PTLCMDS);
|
||||
|
||||
/** @brief particle commands parameter and types */
|
||||
-static const int pc_types[PC_NUM_PTLCMDS] = {
|
||||
+static const unsigned int pc_types[PC_NUM_PTLCMDS] = {
|
||||
0,
|
||||
|
||||
V_UNTYPED, V_UNTYPED, V_UNTYPED,
|
||||
--- a/src/tools/radiant/libs/gtkutil/glfont.cpp 2014-06-05 06:18:39.000000000 +0200
|
||||
+++ b/src/tools/radiant/libs/gtkutil/glfont.cpp 2022-01-06 15:16:09.000000000 +0100
|
||||
@@ -22,7 +22,8 @@
|
||||
#include "glfont.h"
|
||||
#include <GL/gl.h>
|
||||
#include "debugging/debugging.h"
|
||||
-#include <gtk/gtkglwidget.h>
|
||||
+#include <gtk/gtk.h>
|
||||
+#include <gtk/gtkgl.h>
|
||||
|
||||
GLFont glfont_create (const std::string& font_string)
|
||||
{
|
||||
Reference in New Issue
Block a user