Explorar el Código

Updated tinyxml2 for gameplay-luagen on MacOSX

Sean Paul Taylor hace 13 años
padre
commit
d0199bd4ec
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      gameplay-luagen/src/main.cpp

+ 3 - 0
gameplay-luagen/src/main.cpp

@@ -37,6 +37,9 @@ int main(int argc, char** argv)
     Generator::releaseInstance();
     Generator::releaseInstance();
     SAFE_DELETE(bindingNS);
     SAFE_DELETE(bindingNS);
 
 
+#ifdef WIN32
     system("pause");
     system("pause");
+#endif
+    
     return 0;
     return 0;
 }
 }