File diff r26388:95d663568b17 → r26389:b3455045a0d1
src/gamelog_internal.h
Show inline comments
 
@@ -81,7 +81,7 @@ struct LoggedAction {
 
	LoggedChange *change; ///< First logged change in this action
 
	uint32 changes;       ///< Number of changes in this action
 
	GamelogActionType at; ///< Type of action
 
	uint16 tick;          ///< Tick when it happened
 
	uint64 tick;          ///< Tick when it happened
 
};
 

	
 
extern LoggedAction *_gamelog_action;