- addon to ch78, remove cursor and add any mouse click for exit from MAPUTILITY (radarmap) screen, also fix creation of radarmap without roofs.

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6658 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Kriplo
2013-11-27 22:06:07 +00:00
parent f0c6b73e24
commit e6e8cd75fd
2 changed files with 9 additions and 2 deletions
+6 -1
View File
@@ -2309,8 +2309,13 @@ UINT32 PerformSelectedAction( void )
}
break;
case ACTION_RADAR_MAP://dnl ch9 071009
case ACTION_RADAR_MAP://dnl ch9 071009 //dnl ch78 271113
ScreenMsg(FONT_MCOLOR_WHITE, MSG_INTERFACE, pPerformSelectedActionText[0], gubFilename);
fBuildingShowRoofs = TRUE;
UpdateRoofsView();
fBuildingShowWalls = TRUE;
UpdateWallsView();
fBuildingShowRoomInfo = FALSE;
MarkWorldDirty();
return(MAPUTILITY_SCREEN);
break;