ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Daodan_BSL.c
(Generate patch)

Comparing Daodan/src/Daodan_BSL.c (file contents):
Revision 839 by alloc, Mon Apr 29 19:08:16 2013 UTC vs.
Revision 876 by gumby, Sat Jun 1 20:29:59 2013 UTC

# Line 820 | Line 820 | uint16_t ONICALL new_text(sl_callinfo* c
820          return 0;
821   }
822  
823 + extern void SLrFlatline_Initialize();
824 +
825   void SLrDaodan_Initialize()
826   {
827   //      SLrConfig();
# Line 856 | Line 858 | void SLrDaodan_Initialize()
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

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)