main/editor/med

This commit is contained in:
Martin Schaffner 2005-01-24 22:11:55 +00:00
parent c78969b0fd
commit f8f939ab94
2 changed files with 3 additions and 2 deletions

View file

@ -14,6 +14,7 @@
* main/editor/centers.c: change curseg2p to Curseg2p
* main/editor/func.c: Include strutil.h in func.c (for stricmp)
* main/editor/macro.c: remove unused variable "length"
* main/editor/med.c: don't set screen mode to SM_ORIGINAL
2005-01-23 Jason Owen <shannara256@yahoo.com>

View file

@ -1,4 +1,4 @@
/* $Id: med.c,v 1.5 2004-12-24 05:17:09 btb Exp $ */
/* $Id: med.c,v 1.6 2005-01-24 22:11:55 schaffner Exp $ */
/*
THE COMPUTER CODE CONTAINED HEREIN IS THE SOLE PROPERTY OF PARALLAX
SOFTWARE CORPORATION ("PARALLAX"). PARALLAX, IN DISTRIBUTING THE CODE TO
@ -637,7 +637,7 @@ int DosShell()
save_bitmap = gr_create_bitmap( w, h );
gr_bm_ubitblt(w, h, 0, 0, 0, 0, &(grd_curscreen->sc_canvas.cv_bitmap), save_bitmap );
gr_set_mode( SM_ORIGINAL );
// gr_set_mode( SM_ORIGINAL );
printf( "\n\nType EXIT to return to Inferno" );
fflush(stdout);