mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 18:07:39 +00:00
Possibly fixed a bug with uninitialized translated wml attributes.
This commit is contained in:
parent
3b86a00756
commit
f39aa98f86
@ -16,6 +16,7 @@
|
||||
|
||||
#include "config.hpp"
|
||||
#include "time_of_day.hpp"
|
||||
#include "gettext.hpp"
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
@ -39,7 +40,7 @@ time_of_day::time_of_day()
|
||||
: lawful_bonus(0)
|
||||
, bonus_modified(0)
|
||||
, image()
|
||||
, name("NULL_TOD")
|
||||
, name(N_("Stub Time of Day"))
|
||||
, id("nulltod")
|
||||
, image_mask()
|
||||
, color(0,0,0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user