ball/st_play: move a few declarations
authorparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Tue, 10 Aug 2010 14:45:06 +0000 (14:45 +0000)
committerparasti <parasti@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Tue, 10 Aug 2010 14:45:06 +0000 (14:45 +0000)
git-svn-id: https://s.snth.net/svn/neverball/trunk@3243 78b8d119-cf0a-0410-b17c-f493084dd1d7

ball/st_play.c

index c84785d..5058684 100644 (file)
@@ -36,9 +36,6 @@
 
 /*---------------------------------------------------------------------------*/
 
-static float view_rotate;
-static int   fast_rotate;
-
 static int pause_or_exit(void)
 {
     if (config_tst_d(CONFIG_KEY_PAUSE, SDLK_ESCAPE))
@@ -270,7 +267,9 @@ static int play_set_buttn(int b, int d)
 
 /*---------------------------------------------------------------------------*/
 
-static int show_hud;
+static float view_rotate;
+static int   fast_rotate;
+static int   show_hud;
 
 static int play_loop_enter(void)
 {