1
0
Fork 0

Tweaks to dumpScreen().

This commit is contained in:
curt 1999-10-15 00:40:11 +00:00
parent 2633d957e7
commit e577d8c7ef

View file

@ -595,6 +595,10 @@ void dumpScreen ( puObject *obj ) {
fgInitVisuals();
fgReshape( current_options.get_xsize(), current_options.get_ysize() );
// we need two render frames here to clear the menu and cursor
// ... not sure why but doing an extra fgFenderFrame() shoulnd't
// hurt anything
fgRenderFrame();
fgRenderFrame();