Remove FlushAndPause() function

This commit is contained in:
2014-04-12 14:35:43 -04:00
parent 83a67395bb
commit 5f6df4d76f
5 changed files with 25 additions and 34 deletions

View File

@@ -44,7 +44,6 @@ void redraw_partial_terrain(RECT redraw_rect);
bool is_nature(char i, char j, unsigned char ground_t);
void put_dialog_graphic(short graphic_num,short spec_g,RECT draw_rect);
void draw_startup_stats();
void FlushAndPause(unsigned long ticks);
void draw_trim(short q,short r,short which_trim,ter_num_t ground_ter);
ter_num_t get_ground_from_ter(ter_num_t ter);