]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - gl_rmain.c
added r_lightning.c to move the lightning beam rendering code out of cl_main.c
[xonotic/darkplaces.git] / gl_rmain.c
index 9190a9fb17e5a4a7d8e8b3668290629ceaa6e363..2b57c0f737b782e49739141bda8ecc66a870401c 100644 (file)
@@ -313,6 +313,7 @@ extern void R_Explosion_Init(void);
 extern void ui_init(void);
 extern void gl_backend_init(void);
 extern void Sbar_Init(void);
+extern void R_LightningBeams_Init(void);
 
 void Render_Init(void)
 {
@@ -332,6 +333,7 @@ void Render_Init(void)
        R_Explosion_Init();
        ui_init();
        Sbar_Init();
+       R_LightningBeams_Init();
 }
 
 /*