diff options
| author | TanninOne <seppleviathan@gmx.de> | 2016-12-12 19:58:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-12 19:58:29 +0100 |
| commit | a3671a5557bbcc11a346bd89027ddc7710eb3104 (patch) | |
| tree | 2805ecfc0e1794bc50a4f9603fa0f625a483e6d0 /src/gameinfoimpl.cpp | |
| parent | 5ae681e6d554f4d3b68f13597fad4383e6c54691 (diff) | |
| parent | afa0cb94461ce5a4f9e63af6aaee42105b66a898 (diff) | |
Merge pull request #1031 from LePresidente/new_vfs_library
New vfs library
Diffstat (limited to 'src/gameinfoimpl.cpp')
| -rw-r--r-- | src/gameinfoimpl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gameinfoimpl.cpp b/src/gameinfoimpl.cpp index 333fd029..61a4c523 100644 --- a/src/gameinfoimpl.cpp +++ b/src/gameinfoimpl.cpp @@ -39,6 +39,7 @@ IGameInfo::Type GameInfoImpl::type() const case GameInfo::TYPE_FALLOUT4: return IGameInfo::TYPE_FALLOUT4;
case GameInfo::TYPE_FALLOUTNV: return IGameInfo::TYPE_FALLOUTNV;
case GameInfo::TYPE_SKYRIM: return IGameInfo::TYPE_SKYRIM;
+ case GameInfo::TYPE_SKYRIMSE: return IGameInfo::TYPE_SKYRIMSE;
default: throw MyException(QObject::tr("invalid game type %1").arg(GameInfo::instance().getType()));
}
}
|
