fixed compiler warning

This commit is contained in:
Dave White 2003-09-19 11:17:36 +00:00
parent ef62d737fa
commit cca1c2a769

View file

@ -238,6 +238,10 @@ bool button::process(int mousex, int mousey, bool button)
return true;
}
break;
case UNINIT:
break;
case ACTIVE:
break;
}
}