File diff r15609:02b794721f9c → r15610:623a23fb6560
src/rail_map.h
Show inline comments
 
@@ -345,7 +345,8 @@ static inline void SetSignalVariant(Tile
 
	if (track == INVALID_TRACK) SB(_m[t].m2, 7, 1, v);
 
}
 

	
 
/** These are states in which a signal can be. Currently these are only two, so
 
/**
 
 * These are states in which a signal can be. Currently these are only two, so
 
 * simple boolean logic will do. But do try to compare to this enum instead of
 
 * normal boolean evaluation, since that will make future additions easier.
 
 */