forked from pool/widelands
fix
OBS-URL: https://build.opensuse.org/package/show/games/widelands?expand=0&rev=19
This commit is contained in:
parent
432fe6d6a6
commit
364aac34f3
@ -10,6 +10,14 @@ Index: widelands/src/events/event_factory.cc
|
||||
}
|
||||
}
|
||||
|
||||
@@ -184,6 +185,7 @@ Event & create(Section & s, Editor_Game_
|
||||
case 12: return *new Event_Unhide_Area (s, egbase);
|
||||
default:
|
||||
assert(false);
|
||||
+ return *new Event_Allow_Building (s, egbase);
|
||||
}
|
||||
}
|
||||
|
||||
Index: widelands/src/map.h
|
||||
===================================================================
|
||||
--- widelands.orig/src/map.h
|
||||
|
Loading…
Reference in New Issue
Block a user