mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 02:34:14 +00:00
indent
This commit is contained in:
parent
6357c85b9f
commit
0280430392
@ -11,7 +11,7 @@
|
||||
|
||||
cave_map_generator::cave_map_generator(const config* cfg) : wall_('W'), clear_('u'), village_('D'), castle_('o'),
|
||||
cfg_(cfg), width_(50), height_(50), village_density_(0),
|
||||
flipx_(false), flipy_(false)
|
||||
flipx_(false), flipy_(false)
|
||||
{
|
||||
if(cfg_ == NULL) {
|
||||
static const config default_cfg;
|
||||
|
Loading…
x
Reference in New Issue
Block a user