Fixed bug : Save & Load bugs

This commit is contained in:
jsalmon3 2003-01-09 01:30:31 +00:00
parent 55a0a7b279
commit a874e4a3f5
2 changed files with 2 additions and 1 deletions

View file

@ -1014,6 +1014,7 @@
Russell Smith).
<LI>Fixed bug #635894: Altering Landscape Type in Editor (from
Jimmy Salmon).
<LI>Fixed bug #657810: Save &amp; Load bugs (from Jimmy Salmon).
<LI>+++
</UL>
</UL>

View file

@ -93,7 +93,7 @@ global void SaveMap(FILE* file)
#ifdef NEW_FOW
DebugLevel0Fn("FIXME:\n");
#else
if( IsMapFieldVisible(h,w) ) {
if( IsMapFieldVisible(w,h) ) {
fprintf(file," visible");
}
if( mf->Flags&MapFieldExplored ) {