Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
lolengine
/
lol
réplica de
https://github.com/lolengine/lol
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
lua: print the actual panic message before dumping a callstack.
legacy
Sam Hocevar
sam
hace 11 años
padre
cbb4dadd6c
commit
5d57b53eb0
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
src/world.cpp
+ 2
- 0
src/world.cpp
Ver fichero
@@ -33,6 +33,8 @@ class WorldData
static int LuaPanic(lua_State* L)
{
char const *message = lua_tostring(L, -1);
Log::Error("%s\n", message);
DebugAbort();
return 0;
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar