@@ -56,17 +56,17 @@ SoldierDiaryMissionState::SoldierDiaryMissionState(Base *base, size_t soldierId,
5656 _screen = false ;
5757
5858 // Create objects
59- _window = new Window (this , 232 , 128 , 44 , 36 , POPUP_BOTH );
60- _btnOk = new TextButton (180 , 16 , 70 , 140 );
59+ _window = new Window (this , 272 , 128 , 24 , 36 , POPUP_BOTH );
60+ _btnOk = new TextButton (220 , 16 , 50 , 140 );
6161 _txtTitle = new Text (222 , 9 , 49 , 44 );
62- _txtScore = new Text (222 , 9 , 49 , 62 );
63- _txtMissionType= new Text (222 , 9 , 49 , 71 );
64- _txtUFO = new Text (222 , 9 , 49 , 80 );
65- _txtKills = new Text (130 , 9 , 187 , 62 );
66- _txtRace = new Text (130 , 9 , 187 , 71 );
67- _txtDaylight = new Text (130 , 9 , 187 , 80 );
68- _txtDaysWounded = new Text (130 , 9 , 187 , 89 );
69- _lstKills = new TextList (200 , 32 , 49 , 102 );
62+ _txtScore = new Text (222 , 9 , 29 , 62 );
63+ _txtMissionType= new Text (222 , 9 , 29 , 71 );
64+ _txtUFO = new Text (222 , 9 , 29 , 80 );
65+ _txtKills = new Text (130 , 9 , 207 , 62 );
66+ _txtRace = new Text (130 , 9 , 207 , 71 );
67+ _txtDaylight = new Text (130 , 9 , 207 , 80 );
68+ _txtDaysWounded = new Text (130 , 9 , 207 , 89 );
69+ _lstKills = new TextList (240 , 32 , 29 , 102 );
7070
7171 // Set palette
7272 setPalette (" PAL_BASESCAPE" );
@@ -155,7 +155,7 @@ SoldierDiaryMissionState::SoldierDiaryMissionState(Base *base, size_t soldierId,
155155
156156 _lstKills->setColor (Palette::blockOffset (13 ));
157157 _lstKills->setArrowColor (Palette::blockOffset (13 )+5 );
158- _lstKills->setColumns (3 , 40 , 90 , 80 );
158+ _lstKills->setColumns (3 , 60 , 90 , 90 );
159159 _lstKills->setSelectable (false );
160160 _lstKills->setBackground (_window);
161161 _lstKills->setMargin (8 );
@@ -182,7 +182,7 @@ SoldierDiaryMissionState::SoldierDiaryMissionState(Base *base, size_t soldierId,
182182 count++;
183183 stunOrKill = true ;
184184 }
185- else if ((*j)->getUnitStatusString () == " STATUS_STUNNED " )
185+ else if ((*j)->getUnitStatusString () == " STATUS_UNCONSCIOUS " )
186186 {
187187 wssStatus << tr (" STR_STUNNED" ).c_str ();
188188 stunOrKill = true ;
0 commit comments