mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-30 05:47:57 +03:00
Revert "Issue #178 - workaround for compilation problems with ogre 1.8.0."
This reverts commit 37e272b3b5
.
It shouldn't be commited and pushed to config branch.
This commit is contained in:
parent
1d96b99532
commit
f4b6caac59
2 changed files with 4 additions and 10 deletions
|
@ -221,12 +221,6 @@ class BSAArchive : public Archive
|
|||
{
|
||||
BSAFile arc;
|
||||
|
||||
FileInfoListPtr findFileInfo(const String&, bool, bool) const
|
||||
{
|
||||
static FileInfoListPtr filp(new FileInfoList());
|
||||
return filp;
|
||||
}
|
||||
|
||||
public:
|
||||
BSAArchive(const String& name)
|
||||
: Archive(name, "BSA")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue