Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Apua
Kirjaudu sisään
lolengine
/
lol
peilaus alkaen
https://github.com/lolengine/lol
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Julkaisut
0
Wiki
Toiminta
Selaa lähdekoodia
lua: print the actual panic message before dumping a callstack.
legacy
Sam Hocevar
sam
11 vuotta sitten
vanhempi
cbb4dadd6c
commit
5d57b53eb0
1 muutettua tiedostoa
jossa
2 lisäystä
ja
0 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/world.cpp
+ 2
- 0
src/world.cpp
Näytä tiedosto
@@ -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;
}
Kirjoita
Esikatselu
Ladataan…
Peruuta
Tallenna