comparison Events.cpp @ 766:a464d28566a6

days_played_without_rest
author Nomad
date Sat, 23 Mar 2013 20:22:51 +0200
parents cf2fbac6edc9
children c319601893af
comparison
equal deleted inserted replaced
763:a84db04439a4 766:a464d28566a6
438 //v7 = ""; 438 //v7 = "";
439 439
440 break; 440 break;
441 } 441 }
442 if ( !_strcmpi(v16, "pcout01") ) // moving to harmondale from emerald isle 442 if ( !_strcmpi(v16, "pcout01") ) // moving to harmondale from emerald isle
443 { 443 {
444 Rest(0x2760u); 444 Rest(0x2760u);
445 pParty->RestAndHeal(); 445 pParty->RestAndHeal();
446 pParty->field_764 = 0; 446 pParty->days_played_without_rest = 0;
447 } 447 }
448 if ( !v15 || v128 == 3 ) 448 if ( !v15 || v128 == 3 )
449 { 449 {
450 pCurrentScreen = v128; 450 pCurrentScreen = v128;
451 if ( v128 == 3 ) 451 if ( v128 == 3 )
452 pGameLoadingUI_ProgressBar->uType = GUIProgressBar::TYPE_Fullscreen; 452 pGameLoadingUI_ProgressBar->uType = GUIProgressBar::TYPE_Fullscreen;