mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-24 19:49:49 +00:00
Fixed a merge conflict that made it in my repository.
Reverting the commit ends up in the "git revert" command not terminating. I do not know what to do else.
This commit is contained in:
parent
fd14514dab
commit
7729a3950e
@ -82,10 +82,6 @@ void music_track::resolve()
|
||||
}
|
||||
|
||||
#if !defined(_WIN32) && !defined(__APPLE__)
|
||||
<<<<<<< HEAD
|
||||
=======
|
||||
|
||||
>>>>>>> Disabled (hopefully) the ogg tag reading on Win and Mac.
|
||||
FILE* f;
|
||||
f = fopen(file_path_.c_str(), "r");
|
||||
if (f == NULL) {
|
||||
@ -118,13 +114,8 @@ void music_track::resolve()
|
||||
}
|
||||
|
||||
ov_clear(&vf);
|
||||
<<<<<<< HEAD
|
||||
#endif
|
||||
=======
|
||||
|
||||
#endif
|
||||
|
||||
>>>>>>> Disabled (hopefully) the ogg tag reading on Win and Mac.
|
||||
LOG_AUDIO << "resolved music track '" << id_ << "' into '" << file_path_ << "'\n";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user