(menufield_s f)
| 4180 | } |
| 4181 | |
| 4182 | private static boolean Field_DoEnter(menufield_s f) { |
| 4183 | if (f.callback != null) { |
| 4184 | f.callback.execute(f); |
| 4185 | return true; |
| 4186 | } |
| 4187 | return false; |
| 4188 | } |
| 4189 | |
| 4190 | private static void Field_Draw(menufield_s f) { |
| 4191 | int i; |
no test coverage detected