mirror of https://github.com/stella-emu/stella.git
Patch to fix compilation with new PropertySet code.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@25 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
40224e7459
commit
efa1675e00
|
@ -13,7 +13,7 @@
|
||||||
// See the file "license" for information on usage and redistribution of
|
// See the file "license" for information on usage and redistribution of
|
||||||
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
// this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
||||||
//
|
//
|
||||||
// $Id: mainDOS.cxx,v 1.1.1.1 2001-12-27 19:54:33 bwmott Exp $
|
// $Id: mainDOS.cxx,v 1.2 2002-01-10 20:03:05 stephena Exp $
|
||||||
//============================================================================
|
//============================================================================
|
||||||
|
|
||||||
#include <go32.h>
|
#include <go32.h>
|
||||||
|
@ -710,7 +710,7 @@ int main(int argc, char* argv[])
|
||||||
in.close();
|
in.close();
|
||||||
|
|
||||||
// Create a properties set for us to use and set it up
|
// Create a properties set for us to use and set it up
|
||||||
PropertiesSet propertiesSet("Cartridge.Name");
|
PropertiesSet propertiesSet;
|
||||||
setupProperties(propertiesSet);
|
setupProperties(propertiesSet);
|
||||||
|
|
||||||
// Create a sound object for use with the console
|
// Create a sound object for use with the console
|
||||||
|
|
Loading…
Reference in New Issue