File diff r21382:9d5f35b3c6bb → r21383:942c32fb8b0e
src/crashlog.cpp
Show inline comments
 
@@ -33,12 +33,14 @@
 
#include "game/game_info.hpp"
 
#include "company_base.h"
 
#include "company_func.h"
 

	
 
#include <time.h>
 

	
 
#include "safeguards.h"
 

	
 
/* static */ const char *CrashLog::message = NULL;
 
/* static */ char *CrashLog::gamelog_buffer = NULL;
 
/* static */ const char *CrashLog::gamelog_last = NULL;
 

	
 
char *CrashLog::LogCompiler(char *buffer, const char *last) const
 
{