Searched refs:SIZEOF_NONSAVED_ELEMENTS (Results 1 – 2 of 2) sorted by relevance
206 enum {SIZEOF_NONSAVED_ELEMENTS = sizeof(int)+sizeof(bool)}; enumerator
1142 if( !filePtr->file_write( townPtr, sizeof(Town) - Town::SIZEOF_NONSAVED_ELEMENTS ) ) in write_file()1202 if( !filePtr->file_read( townPtr, sizeof(Town) - Town::SIZEOF_NONSAVED_ELEMENTS ) ) in read_file()