OSDN Git Service

Replaced the call to the missing prepare_browse_movie_aux() with what it did in earli...
authorEric Branlund <ebranlund@fastmail.com>
Wed, 7 Oct 2020 15:46:36 +0000 (08:46 -0700)
committerEric Branlund <ebranlund@fastmail.com>
Wed, 7 Oct 2020 15:46:36 +0000 (08:46 -0700)
src/io/record-play-movie.c

index f216416..99d9d62 100644 (file)
@@ -576,6 +576,7 @@ void prepare_browse_movie_with_path_build(concptr filename)
 {
     char buf[1024];
     path_build(buf, sizeof(buf), ANGBAND_DIR_USER, filename);
-    prepare_browse_movie_aux(buf);
+    movie_fd = fd_open(buf, O_RDONLY);
+    init_buffer();
 }
 #endif