finished olki's work of renaming struct 's' to dataFileHeader :-)

svn-id: r6702
This commit is contained in:
Max Horn 2003-03-06 02:29:09 +00:00
parent 2f0bf97b8c
commit cdf8d38c32
2 changed files with 3 additions and 3 deletions

View file

@ -74,7 +74,7 @@ uint16 *SkyState::load_file(uint16 file_nr, uint8 *dest)
uint32 eax, ecx;
int32 bytes_read;
uint8 *file_ptr, *esiptr, *ediptr;
s file_header;
dataFileHeader file_header;
#ifdef file_order_chk
warning("File order checking not implemented yet!\n");