* fix: reset hide button on Map_Free()

This commit is contained in:
Garux
2017-11-11 11:52:08 +03:00
parent 1658f27ee6
commit 3426be50bf
2 changed files with 3 additions and 5 deletions

View File

@@ -147,7 +147,6 @@ void MRU_Activate( std::size_t index ){
if ( file_readable( text ) ) { //\todo Test 'map load succeeds' instead of 'file is readable'.
MRU_AddFile( text );
Map_RegionOff();
Map_Free();
Map_LoadFile( text );
}