finished olki's work of renaming struct 's' to dataFileHeader :-)
svn-id: r6702
This commit is contained in:
parent
2f0bf97b8c
commit
cdf8d38c32
2 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue