Subversion Repositories Games.Carmageddon

Rev

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

Rev 1 Rev 11
Line 2443... Line 2443...
2443
    PrintScreen();
2443
    PrintScreen();
2444
}
2444
}
2445
 
2445
 
2446
// IDA: void __cdecl DrawSomeText()
2446
// IDA: void __cdecl DrawSomeText()
2447
void DrawSomeText(void) {
2447
void DrawSomeText(void) {
2448
    DrawSomeText2(&gFonts[1]);
2448
    DrawSomeText2(&gFonts[kFont_ORANGHED]);
2449
    DrawSomeText2(&gFonts[2]);
2449
    DrawSomeText2(&gFonts[kFont_BLUEHEAD]);
2450
    DrawSomeText2(&gFonts[3]);
2450
    DrawSomeText2(&gFonts[kFont_GREENHED]);
2451
    DrawSomeText2(&gFonts[4]);
2451
    DrawSomeText2(&gFonts[kFont_MEDIUMHD]);
2452
    DrawSomeText2(&gFonts[6]);
2452
    DrawSomeText2(&gFonts[kFont_NEWHITE]);
2453
    DrawSomeText2(&gFonts[7]);
2453
    DrawSomeText2(&gFonts[kFont_NEWRED]);
2454
    DrawSomeText2(&gFonts[8]);
2454
    DrawSomeText2(&gFonts[kFont_NEWBIGGR]);
2455
}
2455
}
2456
 
2456
 
2457
// IDA: void __cdecl SaySorryYouLittleBastard()
2457
// IDA: void __cdecl SaySorryYouLittleBastard()
2458
void SaySorryYouLittleBastard(void) {
2458
void SaySorryYouLittleBastard(void) {
2459
    LOG_TRACE("()");
2459
    LOG_TRACE("()");