mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-22 20:51:31 +00:00
Renderstring angepasst
This commit is contained in:
parent
273995acad
commit
e57d94a3fe
2 changed files with 2 additions and 2 deletions
|
@ -1033,7 +1033,7 @@ int R_Init( void *hinstance, void *hWnd )
|
|||
r_turbsin[j] *= 0.5;
|
||||
}
|
||||
|
||||
ri.Con_Printf (PRINT_ALL, "ref_gl version: "REF_VERSION"\n");
|
||||
ri.Con_Printf (PRINT_ALL, "Refresh: "REF_VERSION"\n");
|
||||
|
||||
Draw_GetPalette ();
|
||||
|
||||
|
|
|
@ -36,7 +36,7 @@ char *strlwr (char *s);
|
|||
|
||||
#include "qgl.h"
|
||||
|
||||
#define REF_VERSION "GL 0.01"
|
||||
#define REF_VERSION "OpenGL 1.0"
|
||||
|
||||
// up / down
|
||||
#define PITCH 0
|
||||
|
|
Loading…
Reference in a new issue