]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - contrib/bkgrnd2d/plugin.cpp
fix deluxemapping when using floodlight. Also, add to floodlight the same trick as...
[xonotic/netradiant.git] / contrib / bkgrnd2d / plugin.cpp
index 09e9ed7c8f92be2d068802b6437135b9afd87402..a37882c5581bc273f8a4e4ebef72d3966e9e040a 100644 (file)
@@ -97,9 +97,9 @@ void DoBkgrndToggleYZ();
 #define NUM_TOOLBAR_BUTTONS 4
 struct toolbar_button_info_s
 {
-       char *image;
-       char *text;
-       char *tip;
+       const char *image;
+       const char *text;
+       const char *tip;
        void (*func)();
        IToolbarButton::EType type;
 };