mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-21 19:20:24 +00:00
fixed compiler warning
This commit is contained in:
parent
ef62d737fa
commit
cca1c2a769
@ -238,6 +238,10 @@ bool button::process(int mousex, int mousey, bool button)
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
case UNINIT:
|
||||
break;
|
||||
case ACTIVE:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user