mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
- It seems I had an unsaved file when I made the last commit, which is strange since I thought I
had just done a build before committing. SVN r3930 (trunk)
This commit is contained in:
parent
3b0ad55285
commit
b3f68527cf
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ DiskWriterIO::~DiskWriterIO()
|
||||||
//
|
//
|
||||||
//==========================================================================
|
//==========================================================================
|
||||||
|
|
||||||
int DiskWriterIO::OPLinit(uint numchips)
|
int DiskWriterIO::OPLinit(uint numchips, bool dontcare)
|
||||||
{
|
{
|
||||||
// If the file extension is unknown or not present, the default format
|
// If the file extension is unknown or not present, the default format
|
||||||
// is RAW. Otherwise, you can use DRO.
|
// is RAW. Otherwise, you can use DRO.
|
||||||
|
|
Loading…
Reference in a new issue