Merge branch 'crashlog_improvements' into jgrpp
This commit is contained in:
@@ -216,6 +216,8 @@ char *CrashLog::LogConfiguration(char *buffer, const char *last) const
|
||||
FontCache::Get(FS_MONO)->GetFontName()
|
||||
);
|
||||
|
||||
buffer += seprintf(buffer, last, "Map size: 0x%X (%u x %u)%s\n\n", MapSize(), MapSizeX(), MapSizeY(), (!_m || !_me) ? ", NO MAP ALLOCATED" : "");
|
||||
|
||||
buffer += seprintf(buffer, last, "AI Configuration (local: %i) (current: %i):\n", (int)_local_company, (int)_current_company);
|
||||
const Company *c;
|
||||
FOR_ALL_COMPANIES(c) {
|
||||
|
Reference in New Issue
Block a user