summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0ff388b)
raw | patch | inline | side by side (parent: 0ff388b)
author | fgsfds <pvt.fgsfds@gmail.com> | |
Fri, 24 Apr 2020 18:40:56 +0000 (21:40 +0300) | ||
committer | fgsfds <pvt.fgsfds@gmail.com> | |
Fri, 24 Apr 2020 18:40:56 +0000 (21:40 +0300) |
src/game/g_game.pas | patch | blob | history |
diff --git a/src/game/g_game.pas b/src/game/g_game.pas
index 9112b7f9eb91eb0b6e49942a72038f800961d8d6..82d2981743c307471a549bd6a6e8ee65db137f58 100644 (file)
--- a/src/game/g_game.pas
+++ b/src/game/g_game.pas
e_WriteLog(Format(_lc[I_FATAL_ERROR], [Text]), TMsgType.Warning);
gExit := EXIT_SIMPLE;
+ if gGameOn then EndGame;
end;
procedure g_SimpleError(Text: String);