aboutsummaryrefslogtreecommitdiff
path: root/saga/render.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'saga/render.cpp')
-rw-r--r--saga/render.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/saga/render.cpp b/saga/render.cpp
index 4797659721..70afb0245b 100644
--- a/saga/render.cpp
+++ b/saga/render.cpp
@@ -113,8 +113,8 @@ int RENDER_Register(void)
int RENDER_Init(void)
{
- R_GAME_DISPLAYINFO disp_info = { 0 };
- R_SYSGFX_INIT gfx_init = { 0 };
+ R_GAME_DISPLAYINFO disp_info;
+ R_SYSGFX_INIT gfx_init;
int result;
@@ -223,7 +223,7 @@ int RENDER_DrawScene(void)
R_SURFACE *backbuf_surface;
R_SURFACE *display_surface;
- R_GAME_DISPLAYINFO disp_info = { 0 };
+ R_GAME_DISPLAYINFO disp_info;
R_SCENE_INFO scene_info;
SCENE_BGINFO bg_info;