| 40 | }; |
| 41 | |
| 42 | void gmenu_draw_pause() |
| 43 | { |
| 44 | if (currlevel != 0) |
| 45 | RedBack(); |
| 46 | if (!sgpCurrentMenu) { |
| 47 | light_table_index = 0; |
| 48 | gmenu_print_text(316 + PANEL_LEFT, 336, "Pause"); |
| 49 | } |
| 50 | } |
| 51 | |
| 52 | void gmenu_print_text(int x, int y, char *pszStr) |
| 53 | { |
no test coverage detected