- Replaced 'C:\\ZDOOMDAT' with a #define in version.h.

- Moved screenshot code into DCanvas so that it can be overridden by
  subclasses with a different buffer.


SVN r643 (trunk)
This commit is contained in:
Christoph Oelckers 2007-12-26 09:56:09 +00:00
commit 6804e66208
7 changed files with 46 additions and 23 deletions

View file

@ -2259,7 +2259,7 @@ void D_DoomMain (void)
if (Args.CheckParm("-cdrom"))
{
Printf (GStrings("D_CDROM"));
mkdir ("c:\\zdoomdat", 0);
mkdir (CDROM_DIR, 0);
}
#endif