mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-21 18:36: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;
|
return true;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
case UNINIT:
|
||||||
|
break;
|
||||||
|
case ACTIVE:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user