Check automap marks first thing when making game, in case using incompatible file.

This commit is contained in:
Martin Haye 2019-06-13 08:52:30 -07:00
parent f7a166ed41
commit 4d80243d8f

View File

@ -588,6 +588,8 @@ def clearDiskMarks()#0
reseekRwts
callProRWTS(RWTS_SEEK | RWTS_RDWRPART, NULL, NULL, HEAP_SIZE)
callProRWTS(RWTS_WRITE | RWTS_RDWRPART, NULL, LOAD_SAVE_BUF, size+2)
_checkAutomap // FIXME FOO
end
///////////////////////////////////////////////////////////////////////////////////////////////////