Subversion Repositories Games.Carmageddon

Rev

Rev 11 | Rev 18 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 15
Line 649... Line 649...
649
    }
649
    }
650
    DrawRRectangle(gBack_screen,
650
    DrawRRectangle(gBack_screen,
651
        gThe_interface_spec__options->mouse_areas[2].left[gGraf_data_index] - 6,
651
        gThe_interface_spec__options->mouse_areas[2].left[gGraf_data_index] - 6,
652
        gRadio_bastards__options[pIndex].top - 3,
652
        gRadio_bastards__options[pIndex].top - 3,
653
        gThe_interface_spec__options->mouse_areas[2].right[gGraf_data_index] + 3,
653
        gThe_interface_spec__options->mouse_areas[2].right[gGraf_data_index] + 3,
654
        gRadio_bastards__options[pIndex].top + gFonts[kFont_GRYLIT].height + (TranslationMode() ? 2 : 0), pColour_value);
654
        gRadio_bastards__options[pIndex].top + gFonts[kFont_GRYLIT].height + 2 - (TranslationMode() ? 2 : 0), pColour_value);
655
}
655
}
656
 
656
 
657
// IDA: void __usercall DrawAGraphBox(int pIndex@<EAX>)
657
// IDA: void __usercall DrawAGraphBox(int pIndex@<EAX>)
658
//  Suffix added to avoid duplicate symbol
658
//  Suffix added to avoid duplicate symbol
659
void DrawAGraphBox__options(int pIndex) {
659
void DrawAGraphBox__options(int pIndex) {