From: ehofman Date: Sun, 19 Sep 2004 17:29:07 +0000 (+0000) Subject: Fix some link errors. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=88b89904091e07d7f610d1efc844dc4bf413afc2;p=flightgear.git Fix some link errors. --- diff --git a/src/GUI/gui_funcs.cxx b/src/GUI/gui_funcs.cxx index e350d6809..65afdebee 100644 --- a/src/GUI/gui_funcs.cxx +++ b/src/GUI/gui_funcs.cxx @@ -100,7 +100,6 @@ extern void fgLatLonFormatToggle( puObject *); #if defined( TR_HIRES_SNAP) #include -extern void trRenderFrame( void ); extern void fgUpdateHUD( GLfloat x_start, GLfloat y_start, GLfloat x_end, GLfloat y_end ); #endif @@ -632,7 +631,7 @@ void fgHiResDump() trBeginTile(tr); int curColumn = trGet(tr, TR_CURRENT_COLUMN); int curRow = trGet(tr, TR_CURRENT_ROW); - trRenderFrame(); + globals->get_renderer()->screendump(); if ( do_hud ) fgUpdateHUD( curColumn*hud_col_step, curRow*hud_row_step, (curColumn+1)*hud_col_step, (curRow+1)*hud_row_step );