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