mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 19:22:13 +00:00
0 -> nullptr in 2 places
(cherry-picked from commit 3be39a98fe753123ae4685d124876e7a7eb93160)
This commit is contained in:
parent
aa1c926065
commit
5a017b5ef1
@ -182,7 +182,7 @@ display::display(const display_context * dc, std::weak_ptr<wb::manager> wb, repo
|
||||
turbo_speed_(2),
|
||||
turbo_(false),
|
||||
invalidateGameStatus_(true),
|
||||
map_labels_(new map_labels(0)),
|
||||
map_labels_(new map_labels(nullptr)),
|
||||
reports_object_(&reports_object),
|
||||
scroll_event_("scrolled"),
|
||||
complete_redraw_event_("completely_redrawn"),
|
||||
|
@ -45,7 +45,7 @@ private:
|
||||
chamber()
|
||||
: center()
|
||||
, locs()
|
||||
, items(0)
|
||||
, items(nullptr)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user