(svn r15893) -Add: watermark crash.sav and don't generate crash information if a loaded crash.sav causes a crash

This commit is contained in:
glx
2009-03-30 00:21:43 +00:00
parent 6ceeb47c8b
commit ec704b21ca
6 changed files with 51 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ enum GamelogChangeType {
GLCT_GRFPARAM, ///< GRF parameter changed
GLCT_GRFMOVE, ///< GRF order changed
GLCT_GRFBUG, ///< GRF bug triggered
GLCT_EMERGENCY, ///< Emergency savegame
GLCT_END, ///< So we know how many GLCTs are there
GLCT_NONE = 0xFF, ///< In savegames, end of list
};