Fix formatting

This commit is contained in:
Alexander S. Aganichev
2002-11-04 18:59:51 +00:00
parent ad6294124f
commit a39960cd13
15 changed files with 79 additions and 79 deletions

View File

@@ -56,6 +56,7 @@ void gareafile::ReadMaximus3(char* mxpath, char* areafile, char* options) {
fread(prmp, sizeof(m_pointers), 1, fp);
long heapsz = fsize(fp) - prm.heap_offset;
char* offsets = (char*)throw_calloc(1, (uint)heapsz);
fseek(fp, prm.heap_offset, SEEK_SET);
fread(offsets, (uint)heapsz, 1, fp);
fclose(fp);