mirror of
https://github.com/ChronosX88/nesca.git
synced 2024-11-23 18:52:19 +00:00
--
This commit is contained in:
parent
aee9f6abc8
commit
ad7487fda8
@ -94,8 +94,8 @@ int MainStarter::fileLoader(const char *fileName) {
|
|||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
ipsstartfl = new unsigned int*[importFileSize + 1000];
|
ipsstartfl = new unsigned int*[importFileSize + 1];
|
||||||
ipsendfl = new unsigned int*[importFileSize + 1000];
|
ipsendfl = new unsigned int*[importFileSize + 1];
|
||||||
ZeroMemory(ipsstartfl, sizeof(ipsstartfl));
|
ZeroMemory(ipsstartfl, sizeof(ipsstartfl));
|
||||||
ZeroMemory(ipsendfl, sizeof(ipsendfl));
|
ZeroMemory(ipsendfl, sizeof(ipsendfl));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user