]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Really really fix windows build
authorTimePath <andrew.hardaker1995@gmail.com>
Sun, 6 Aug 2017 09:07:16 +0000 (19:07 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Sun, 6 Aug 2017 09:07:16 +0000 (19:07 +1000)
contrib/ufoaiplug/ufoai.cpp

index d654edc7ba44c88ead04af10538c7008b5e1f834..2b0d1ba8a3ba0cec930b10b739eef3da7ba6439a 100644 (file)
@@ -76,7 +76,7 @@ const char* getCommandTitleList(){
        return "";
 }
 void dispatch( const char* command, float* vMin, float* vMax, bool bSingleBrush ){
-       char *message = NULL;
+       char const *message = NULL;
        if ( string_equal( command, "About" ) ) {
                char const *version_string = "UFO:AI Plugin (http://ufoai.sf.net)\nBuild: " __DATE__
                        "\nRadiant version: " RADIANT_VERSION