Subversion Repositories Kolibri OS

Rev

Rev 298 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 298 Rev 333
Line 22... Line 22...
22
//	See tables.c, too.
22
//      See tables.c, too.
23
//
23
//
24
//-----------------------------------------------------------------------------
24
//-----------------------------------------------------------------------------
Line 25... Line 25...
25
 
25
 
Line 26... Line 26...
26
 
26
 
27
static const char rcsid[] = "$Id: r_main.c,v 1.5 1997/02/03 22:45:12 b1 Exp $";
27
//static const char rcsid[] = "$Id: r_main.c,v 1.5 1997/02/03 22:45:12 b1 Exp $";
Line 771... Line 771...
771
 
771
 
772
 
772
 
773
void R_Init (void)
773
void R_Init (void)
774
{
774
{
775
    R_InitData ();
775
    R_InitData ();
776
    printf ("\nR_InitData");
776
    printf ("R_InitData\n\r");
777
    R_InitPointToAngle ();
777
    R_InitPointToAngle ();
778
    printf ("\nR_InitPointToAngle");
778
    printf ("R_InitPointToAngle\n\r");
779
    R_InitTables ();
779
    R_InitTables ();
Line 780... Line 780...
780
    // viewwidth / viewheight / detailLevel are set by the defaults
780
    // viewwidth / viewheight / detailLevel are set by the defaults
781
    printf ("\nR_InitTables");
781
    printf ("R_InitTables\n\r");
782
 
782
 
783
    R_SetViewSize (screenblocks, detailLevel);
783
    R_SetViewSize (screenblocks, detailLevel);
784
    R_InitPlanes ();
784
    R_InitPlanes ();
785
    printf ("\nR_InitPlanes");
785
    printf ("R_InitPlanes\n\r");
786
    R_InitLightTables ();
786
    R_InitLightTables ();
787
    printf ("\nR_InitLightTables");
787
    printf ("R_InitLightTables\n\r");
788
    R_InitSkyMap ();
788
    R_InitSkyMap ();
Line 789... Line 789...
789
    printf ("\nR_InitSkyMap");
789
    printf ("R_InitSkyMap\n\r");
790
    R_InitTranslationTables ();
790
    R_InitTranslationTables ();