24 lines
829 B
Diff
24 lines
829 B
Diff
--- 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)
|
|
{
|