diff --git a/JA2.suo b/JA2.suo index 2d5c7a9c..8f9814ff 100644 Binary files a/JA2.suo and b/JA2.suo differ diff --git a/Laptop/IMP Confirm.cpp b/Laptop/IMP Confirm.cpp index 95d92f26..da1af34a 100644 --- a/Laptop/IMP Confirm.cpp +++ b/Laptop/IMP Confirm.cpp @@ -801,7 +801,8 @@ BOOLEAN LoadImpCharacter( STR nickName ) AddHistoryToPlayersLog( HISTORY_CHARACTER_GENERATED, 0,GetWorldTotalMin( ), -1, -1 ); LaptopSaveInfo.iVoiceId = iProfileId - PLAYER_GENERATED_CHARACTER_ID; AddCharacterToPlayersTeam( ); - AddFutureDayStrategicEvent( EVENT_DAY2_ADD_EMAIL_FROM_IMP, 60 * 7, 0, 2 ); + // WANNE: Email is sent immediatly after the imp was created. So no need to send it later again + //AddFutureDayStrategicEvent( EVENT_DAY2_ADD_EMAIL_FROM_IMP, 60 * 7, 0, 2 ); LaptopSaveInfo.fIMPCompletedFlag = TRUE; fPausedReDrawScreenFlag = TRUE; fLoadingCharacterForPreviousImpProfile = FALSE; diff --git a/Laptop/personnel.cpp b/Laptop/personnel.cpp index a6898bb4..a221035c 100644 --- a/Laptop/personnel.cpp +++ b/Laptop/personnel.cpp @@ -162,8 +162,8 @@ enum{ #define NUMBER_OF_INVENTORY_PERSONNEL 8 #define Y_SIZE_OF_PERSONNEL_SCROLL_REGION ( 422 - 219 ) #define X_SIZE_OF_PERSONNEL_SCROLL_REGION ( 589 - 573 ) -#define Y_OF_PERSONNEL_SCROLL_REGION iScreenHeightOffset + 219 -#define X_OF_PERSONNEL_SCROLL_REGION iScreenWidthOffset + 573 +#define Y_OF_PERSONNEL_SCROLL_REGION (iScreenHeightOffset + 219) +#define X_OF_PERSONNEL_SCROLL_REGION (iScreenWidthOffset + 573) #define SIZE_OF_PERSONNEL_CURSOR 19 // number buttons