]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/objectives.cpp
Don't link pak tool with SDL.
[quix0rs-blobwars.git] / src / objectives.cpp
index f9e92f7b33fc56ecff73a5f0c8c0e45a78135b1e..454d5db6791ee305e590419eaabfbd95d3fb1794 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2011 Parallel Realities
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -241,7 +241,7 @@ void checkObjectives(const char *name, bool alwaysInform)
 {
        Objective *objective = (Objective*)map.objectiveList.getHead();
 
-       char message[100];
+       char message[256];
        
        int requiredValue;