From b7b870be829ea19464c939f19ebc17886c8e8f2f Mon Sep 17 00:00:00 2001 From: Sebastian Valle Date: Fri, 27 Sep 2013 16:01:10 -0500 Subject: Tools/MeshExtractor: Removed the fool-proof code. --- src/tools/mesh_extractor/MeshExtractor.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/tools/mesh_extractor/MeshExtractor.cpp b/src/tools/mesh_extractor/MeshExtractor.cpp index e06f44c7125..886d07ab882 100644 --- a/src/tools/mesh_extractor/MeshExtractor.cpp +++ b/src/tools/mesh_extractor/MeshExtractor.cpp @@ -326,12 +326,6 @@ void LoadTile(dtNavMesh*& navMesh, const char* tile) int main(int argc, char* argv[]) { - if (!system("pause")) - { - printf("main: Error in system call to pause\n"); - return -1; - } - uint32 threads = 4, extractFlags = 0; std::set mapIds; bool debug = false; -- cgit v1.2.3