]> 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 048e2db069c6c146970f70ca6a0b7e35b59e2b20..f31c9788dde5d013ff0e9cc08b7a073a407bef1b 100644 (file)
@@ -649,7 +649,7 @@ void parseMapDataLine(const char *line, int y)
 
                while (true)
                {
-                       *line++;
+                       line++;
 
                        if (*line == ' ')
                                break;