Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
cacalabs
/
neercs
réplica de
https://github.com/cacalabs/neercs.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
win32: fix working directory code in monsterz and neercs.
master
Sam Hocevar
hace 12 años
padre
10108b6362
commit
944c8790f5
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
neercs/neercs.cpp
+ 1
- 1
neercs/neercs.cpp
Ver fichero
@@ -74,7 +74,7 @@ int main(int argc, char **argv)
Application app("Neercs", ivec2(800, 600), 60.0f);
#if defined _MSC_VER && !defined _XBOX
_chdir("..");
_chdir("..
/..
");
#elif defined _WIN32 && !defined _XBOX
_chdir("../..");
#endif
Escribir
Vista previa
Cargando…
Cancelar
Guardar