From 384f60e9ffe300c511ecd5e6bb7b73bc2e277d53 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 22 Mar 2012 18:35:01 +0100 Subject: menu/application: renamed test variable --- src/menu/application.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/menu') diff --git a/src/menu/application.cpp b/src/menu/application.cpp index 30151169..3505f498 100644 --- a/src/menu/application.cpp +++ b/src/menu/application.cpp @@ -130,8 +130,8 @@ namespace usdx SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1); // center screen - char test[] = "SDL_VIDEO_CENTERED=center"; - SDL_putenv(test); + char env[] = "SDL_VIDEO_CENTERED=center"; + SDL_putenv(env); // create screen display = SDL_SetVideoMode(get_width(), -- cgit v1.2.3