mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- 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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user