Suggestions
This commit is contained in:
@@ -37,7 +37,9 @@ public:
|
||||
|
||||
virtual void SetTimeOfDay(Int64 a_TimeOfDay) = 0;
|
||||
|
||||
/** Returns true if the current weather has any precipitation - rain or storm */
|
||||
/** Returns true if the current weather has any precipitation - rain or storm
|
||||
Does not check if biome has no downfall, use cChunk::GetBiomeAt(RelX, RelZ) for that
|
||||
*/
|
||||
virtual bool IsWeatherWet(void) const = 0;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user