820 |
|
return 0; |
821 |
|
} |
822 |
|
|
823 |
– |
extern void SLrFlatline_Initialize(); |
824 |
– |
|
823 |
|
void SLrDaodan_Initialize() |
824 |
|
{ |
825 |
|
// SLrConfig(); |
856 |
|
SLrScript_Command_Register_Void("sprintf", "C-style sprintf.", "", bsl_sprintf); |
857 |
|
SLrScript_Command_Register_ReturnType("st", "Prints to console in color", "", sl_void, bsl_dprintcolored); |
858 |
|
SLrScript_Command_Register_ReturnType("d_dprint", "Prints to console in color", "", sl_void, bsl_dprintcolored); |
861 |
– |
|
862 |
– |
#ifdef FLATLINE |
863 |
– |
SLrFlatline_Initialize(); |
864 |
– |
#endif |
859 |
|
} |
860 |
|
|
861 |
|
// Patch for cinematic_start to work on widescreen resolutions |