mirror of
https://github.com/halpz/re3.git
synced 2025-07-21 17:19:42 +00:00
garages revision + some fixes
This commit is contained in:
@ -205,7 +205,7 @@ CText::GetNameOfLoadedMissionText(char *outName)
|
||||
void
|
||||
CText::ReadChunkHeader(ChunkHeader *buf, int32 file, size_t *offset)
|
||||
{
|
||||
#if DUMB
|
||||
#if THIS_IS_STUPID
|
||||
char *_buf = (char*)buf;
|
||||
for (int i = 0; i < sizeof(ChunkHeader); i++) {
|
||||
CFileMgr::Read(file, &_buf[i], 1);
|
||||
|
Reference in New Issue
Block a user