Browse Source

testlocale: only ininitialize video when needed

Anonymous Maarten 2 years ago
parent
commit
b1a0bc3fb0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/testlocale.c

+ 1 - 0
test/testlocale.c

@@ -56,6 +56,7 @@ int main(int argc, char **argv)
             if (SDL_strcmp(argv[1], "--listen") == 0) {
             if (SDL_strcmp(argv[1], "--listen") == 0) {
                 listen = 1;
                 listen = 1;
                 consumed = 1;
                 consumed = 1;
+                state->flags |= SDL_INIT_VIDEO;
             }
             }
         }
         }
         if (consumed <= 0) {
         if (consumed <= 0) {