mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-04-10 19:15:14 +00:00
remove debug code
This commit is contained in:
parent
9780f333b4
commit
519cce34f5
|
@ -1076,7 +1076,7 @@ CReal3D::CReal3D(void)
|
||||||
CReal3D::~CReal3D(void)
|
CReal3D::~CReal3D(void)
|
||||||
{
|
{
|
||||||
// Dump memory
|
// Dump memory
|
||||||
#if 1
|
#if 0
|
||||||
FILE *fp;
|
FILE *fp;
|
||||||
fp = fopen("8c000000", "wb");
|
fp = fopen("8c000000", "wb");
|
||||||
if (NULL != fp)
|
if (NULL != fp)
|
||||||
|
|
Loading…
Reference in a new issue