File diff r9353:bc33456736f9 → r9354:358e967da2ca
src/autoslope.h
Show inline comments
 
@@ -38,7 +38,7 @@ static inline bool AutoslopeCheckForEntr
 
 */
 
static inline bool AutoslopeEnabled()
 
{
 
	return (_patches.autoslope &&
 
	return (_settings.construction.autoslope &&
 
	        ((IsValidPlayer(_current_player) && !_is_old_ai_player) ||
 
	         (_current_player == OWNER_NONE && _game_mode == GM_EDITOR)));
 
}