mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-06 05:35:47 +00:00
by convention, avoid using literal zero in a non-numeric context
This commit is contained in:
parent
65463b2a0d
commit
74eae8dc3d
@ -61,8 +61,8 @@ private:
|
||||
|
||||
struct terrain_filter_cache {
|
||||
terrain_filter_cache() :
|
||||
parsed_terrain(0),
|
||||
adjacent_matches(0),
|
||||
parsed_terrain(NULL),
|
||||
adjacent_matches(NULL),
|
||||
adjacent_match_cache()
|
||||
{
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user