diff --git a/source/terrain/Patch.cpp b/source/terrain/Patch.cpp index 0f12d710fe..e8fe809690 100755 --- a/source/terrain/Patch.cpp +++ b/source/terrain/Patch.cpp @@ -37,7 +37,7 @@ void CPatch::Initialize (STerrainVertex *first_vertex) } } - for (j=0; j<16; j++) + for (int j=0; j<16; j++) { for (int i=0; i<16; i++) { diff --git a/source/terrain/Renderer.cpp b/source/terrain/Renderer.cpp index c8dff1a224..b2d15e20ea 100755 --- a/source/terrain/Renderer.cpp +++ b/source/terrain/Renderer.cpp @@ -87,7 +87,7 @@ void CRenderer::FlushFrame() for (int i=0;i