Implement table saving functionality
This commit is contained in:
@ -37,4 +37,4 @@ void tx_table_file(struct game_data *game, wchar_t *buf) {
|
||||
UnmapViewOfFile(baseMap);
|
||||
CloseHandle(hBaseMap);
|
||||
CloseHandle(baseFile);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user