Subversion Repositories Games.Carmageddon

Rev

Rev 20 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20 Rev 21
Line 543... Line 543...
543
    PossibleService();
543
    PossibleService();
544
    ResetRecoveryVouchers();
544
    ResetRecoveryVouchers();
545
    gMap_mode = 0;
545
    gMap_mode = 0;
546
    gProgram_state.cockpit_image_index = 0;
546
    gProgram_state.cockpit_image_index = 0;
547
    if (gNet_mode != eNet_mode_none) {
547
    if (gNet_mode != eNet_mode_none) {
548
        gNet_cash_headup = NewTextHeadupSlot(13, 0, 0, -6, "");
548
        gNet_cash_headup = NewTextHeadupSlot(eHeadupSlot_cash_network, 0, 0, -6, "");
549
        gNet_ped_headup = NewTextHeadupSlot(14, 0, 0, -6, "");
549
        gNet_ped_headup = NewTextHeadupSlot(eHeadupSlot_ped_network, 0, 0, -6, "");
550
    } else {
550
    } else {
551
        gCredits_won_headup = NewTextHeadupSlot(1, 0, 0, -6, "");
551
        gCredits_won_headup = NewTextHeadupSlot(eHeadupSlot_credits, 0, 0, -6, "");
552
        gPed_kill_count_headup = NewTextHeadupSlot(2, 0, 0, -6, "");
552
        gPed_kill_count_headup = NewTextHeadupSlot(eHeadupSlot_ped_kills, 0, 0, -6, "");
553
        gCar_kill_count_headup = NewTextHeadupSlot(12, 0, 0, -6, "");
553
        gCar_kill_count_headup = NewTextHeadupSlot(eHeadupSlot_cars_out_count, 0, 0, -6, "");
554
        gTimer_headup = NewTextHeadupSlot(7, 0, 0, -5, "");
554
        gTimer_headup = NewTextHeadupSlot(eHeadupSlot_timer, 0, 0, -5, "");
555
        gTime_awarded_headup = NewTextHeadupSlot(11, 0, 0, -2, "");
555
        gTime_awarded_headup = NewTextHeadupSlot(eHeadupSlot_time_award, 0, 0, -2, "");
556
        gLaps_headup = NewTextHeadupSlot(8, 0, 0, -6, "");
556
        gLaps_headup = NewTextHeadupSlot(eHeadupSlot_lap_count, 0, 0, -6, "");
557
    }
557
    }
558
    PossibleService();
558
    PossibleService();
559
    gProgram_state.which_view = eView_forward;
559
    gProgram_state.which_view = eView_forward;
560
    gProgram_state.new_view = eView_undefined;
560
    gProgram_state.new_view = eView_undefined;
561
    gProgram_state.pratcam_move_start = 0;
561
    gProgram_state.pratcam_move_start = 0;