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