diff --git a/src/textures/buildtexture.cpp b/src/textures/buildtexture.cpp index 9984e8a19..a78f7fc6e 100644 --- a/src/textures/buildtexture.cpp +++ b/src/textures/buildtexture.cpp @@ -143,6 +143,7 @@ void FTextureManager::AddTiles (const FString &pathprefix, const void *tiles, in tex = new FBuildTexture (pathprefix, i, tiledata, translation, width, height, xoffs, yoffs); texnum = AddTexture (tex); + tiledata += size; // reactivate only if the texture counter works here. //StartScreen->Progress();