Fixed bug #657810: Save & Load bugs
This commit is contained in:
parent
55a0a7b279
commit
a874e4a3f5
2 changed files with 2 additions and 1 deletions
|
@ -1014,6 +1014,7 @@
|
|||
Russell Smith).
|
||||
<LI>Fixed bug #635894: Altering Landscape Type in Editor (from
|
||||
Jimmy Salmon).
|
||||
<LI>Fixed bug #657810: Save & Load bugs (from Jimmy Salmon).
|
||||
<LI>+++
|
||||
</UL>
|
||||
</UL>
|
||||
|
|
|
@ -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 ) {
|
||||
|
|
Loading…
Add table
Reference in a new issue