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 56... Line 56...
56
    tU32 the_time;
56
    tU32 the_time;
57
    tU32 time_diff;
57
    tU32 time_diff;
58
    LOG_TRACE("()");
58
    LOG_TRACE("()");
59
 
59
 
60
    if (gAusterity_mode) {
60
    if (gAusterity_mode) {
61
        NewTextHeadupSlot(4, 0, 1000, -4, GetMiscString(kMiscString_NOT_ENOUGH_MEMORY));
61
        NewTextHeadupSlot(eHeadupSlot_misc, 0, 1000, -4, GetMiscString(kMiscString_NOT_ENOUGH_MEMORY));
62
    } else {
62
    } else {
63
        if (gWhirr_noise == 0 || !DRS3SoundStillPlaying(gWhirr_noise)) {
63
        if (gWhirr_noise == 0 || !DRS3SoundStillPlaying(gWhirr_noise)) {
64
            DRS3StopSound(gWhirr_noise);
64
            DRS3StopSound(gWhirr_noise);
65
            gWhirr_noise = DRS3StartSoundNoPiping(gCar_outlet, 1000);
65
            gWhirr_noise = DRS3StartSoundNoPiping(gCar_outlet, 1000);
66
            DRS3ChangePitchSpeed(gWhirr_noise, 19660);
66
            DRS3ChangePitchSpeed(gWhirr_noise, 19660);