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 876 by gumby, Sat Jun 1 20:29:59 2013 UTC vs.
Revision 877 by alloc, Sun Jun 2 11:25:34 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
823   void SLrDaodan_Initialize()
824   {
825   //      SLrConfig();
# Line 858 | Line 856 | void SLrDaodan_Initialize()
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

Diff Legend

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