X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FmapData.cpp;h=660cf241c1aeccfd77fd0091d80f02cea53b5058;hb=2e0e38f70b6f8843b474db20da5ea828b31d52b3;hp=994446ec3bdc18e11360834ea589b8b9258fee5d;hpb=f252549ec2a5392f2be8bb5ca707b27a464b4583;p=quix0rs-blobwars.git diff --git a/src/mapData.cpp b/src/mapData.cpp index 994446e..660cf24 100644 --- a/src/mapData.cpp +++ b/src/mapData.cpp @@ -273,7 +273,7 @@ void getMapTokens() else if (strcmp("ALPHATILES", mapEntity) == 0) { for (int i = 0 ; i < 15 ; i++) - *token++; + token++; while (true) { @@ -288,7 +288,7 @@ void getMapTokens() while (true) { - *token++; + token++; if (*token == ' ') break;