]> git.mxchange.org Git - quix0rs-blobwars.git/blobdiff - src/map.cpp
Fix new compiler warnings thrown by gcc-4.6
[quix0rs-blobwars.git] / src / map.cpp
index 8e1e7beec022104d7b0e4a6e906f24c9e6ef17fc..f31c9788dde5d013ff0e9cc08b7a073a407bef1b 100644 (file)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2004 Parallel Realities
+Copyright (C) 2004-2010 Parallel Realities
 
 This program is free software; you can redistribute it and/or
 modify it under the terms of the GNU General Public License
@@ -649,7 +649,7 @@ void parseMapDataLine(const char *line, int y)
 
                while (true)
                {
-                       *line++;
+                       line++;
 
                        if (*line == ' ')
                                break;