mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
- Fix: individual militia are not properly disbanded if player runs out of funds
- Fix: wrong website names used - Removed confusing links on militia overview website git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8448 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -1503,7 +1503,6 @@ void RenderLaptop()
|
||||
break;
|
||||
|
||||
case LAPTOP_MODE_MILITIAROSTER_MAIN:
|
||||
case LAPTOP_MODE_MILITIAROSTER_ABOUT:
|
||||
RenderMilitiaWebsiteMain( );
|
||||
break;
|
||||
}
|
||||
@@ -1968,7 +1967,6 @@ void EnterNewLaptopMode()
|
||||
break;
|
||||
|
||||
case LAPTOP_MODE_MILITIAROSTER_MAIN:
|
||||
case LAPTOP_MODE_MILITIAROSTER_ABOUT:
|
||||
EnterMilitiaWebsiteMain( );
|
||||
break;
|
||||
}
|
||||
@@ -2248,7 +2246,6 @@ void HandleLapTopHandles()
|
||||
break;
|
||||
|
||||
case LAPTOP_MODE_MILITIAROSTER_MAIN:
|
||||
case LAPTOP_MODE_MILITIAROSTER_ABOUT:
|
||||
HandleMilitiaWebsiteMain( );
|
||||
break;
|
||||
}
|
||||
@@ -2836,7 +2833,6 @@ UINT32 ExitLaptopMode(UINT32 uiMode)
|
||||
break;
|
||||
|
||||
case LAPTOP_MODE_MILITIAROSTER_MAIN:
|
||||
case LAPTOP_MODE_MILITIAROSTER_ABOUT:
|
||||
ExitMilitiaWebsiteMain();
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user