SHA256
1
0
forked from pool/widelands
Pavol Rusnak 2010-02-21 00:18:10 +00:00 committed by Git OBS Bridge
parent 432fe6d6a6
commit 364aac34f3

View File

@ -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