mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-01 20:05:41 +00:00
Fix a compiler warning discovered by Soliton.
This commit is contained in:
parent
a08c1245c1
commit
93842da4df
@ -124,8 +124,8 @@ dialog::dialog(display &disp, const std::string& title, const std::string& messa
|
||||
help_button_(NULL),
|
||||
text_widget_(NULL),
|
||||
frame_(NULL),
|
||||
result_(CONTINUE_DIALOG),
|
||||
dim_()
|
||||
dim_(),
|
||||
result_(CONTINUE_DIALOG)
|
||||
{
|
||||
CVideo& screen = disp_.video();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user