mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-18 20:02:31 +00:00
Add another missing break introduced in 2010-08-02T11:09:27Z!fabianmueller5@gmx.de.
This commit is contained in:
parent
278673871c
commit
358db4ad08
@ -2002,6 +2002,7 @@ int combat_modifier(const map_location &loc,
|
||||
break;
|
||||
case unit_type::LIMINAL:
|
||||
bonus = liminal_bonus;
|
||||
break;
|
||||
default:
|
||||
bonus = 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user