diff --git a/d2x-rebirth/main/movie.cpp b/d2x-rebirth/main/movie.cpp index ae60eead0..5cd6832ec 100644 --- a/d2x-rebirth/main/movie.cpp +++ b/d2x-rebirth/main/movie.cpp @@ -94,7 +94,7 @@ public: // Movielib data -static const array, 3> movielib_files{"intro", "other", "robots"}; +static const array, 3> movielib_files{{{"intro"}, {"other"}, {"robots"}}}; struct loaded_movie_t { array filename;