mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
- Fix: recent code additions broke savegame compatibility. Some code now also works for UB, as otherwise code gets needlessly complicated.
- Improved code git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6260 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -825,13 +825,10 @@ BOOLEAN InitLaptopAndLaptopScreens()
|
||||
#endif
|
||||
LaptopSaveInfo.fBobbyRSiteCanBeAccessed = FALSE;
|
||||
|
||||
#ifdef JA2UB
|
||||
#else
|
||||
//Reset Kulbas' saving date and possible missed flights
|
||||
LaptopSaveInfo.bJohnEscorted = FALSE;
|
||||
LaptopSaveInfo.uiJohnEscortedDate = 0;
|
||||
LaptopSaveInfo.ubJohnPossibleMissedFlights = 3;
|
||||
#endif
|
||||
|
||||
return( TRUE );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user