File diff r24596:eddf98238034 → r24597:afde5721a3b6
src/gamelog.cpp
Show inline comments
 
@@ -814,7 +814,7 @@ void GamelogInfo(LoggedAction *gamelog_a
 

	
 
				case GLCT_REVISION:
 
					*last_ottd_rev = lc->revision.newgrf;
 
					*ever_modified = max(*ever_modified, lc->revision.modified);
 
					*ever_modified = std::max(*ever_modified, lc->revision.modified);
 
					break;
 

	
 
				case GLCT_GRFREM: