fixed bug where clicking a menu item could generate multiple events

This commit is contained in:
Dave White 2004-07-27 23:29:29 +00:00
parent d2cb04046e
commit dfcc536791

View file

@ -244,6 +244,7 @@ bool theme::set_resolution(const SDL_Rect& screen)
panels_.clear();
labels_.clear();
status_.clear();
menus_.clear();
const config& cfg = **current;