Made the SDL version create the directory "movies" instead of "movie"
This commit is contained in:
parent
37b563361c
commit
a05a4b4b0f
|
@ -56,7 +56,7 @@ LoadCPalette(const std::string &file)
|
|||
static void
|
||||
CreateDirs(const std::string &dir)
|
||||
{
|
||||
char *subs[7]={"fcs","snaps","gameinfo","sav","cheats","movie"};
|
||||
char *subs[7]={"fcs","snaps","gameinfo","sav","cheats","movies"};
|
||||
std::string subdir;
|
||||
int x;
|
||||
|
||||
|
|
Loading…
Reference in New Issue