mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-12-12 11:12:29 +00:00
chore(gx): add assertions to CBLPFile::Open
This commit is contained in:
parent
728ad2242d
commit
4b662e6844
1 changed files with 2 additions and 7 deletions
|
|
@ -132,13 +132,8 @@ int32_t CBLPFile::LockChain2(const char* fileName, PIXEL_FORMAT format, MipBits*
|
||||||
}
|
}
|
||||||
|
|
||||||
int32_t CBLPFile::Open(const char* filename, int32_t a3) {
|
int32_t CBLPFile::Open(const char* filename, int32_t a3) {
|
||||||
if (!filename) {
|
STORM_ASSERT(filename);
|
||||||
// TODO
|
STORM_VALIDATE(filename, ERROR_INVALID_PARAMETER, 0);
|
||||||
// nullsub_3();
|
|
||||||
// SErrSetLastError(0x57u);
|
|
||||||
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
this->m_inMemoryImage = nullptr;
|
this->m_inMemoryImage = nullptr;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue