summaryrefslogtreecommitdiff
path: root/src/gameinfoimpl.cpp
diff options
context:
space:
mode:
authorLePresidente <brian.alexander.munro@gmail.com>2016-12-12 05:12:20 -0800
committerLePresidente <brian.alexander.munro@gmail.com>2016-12-12 05:12:20 -0800
commitafa0cb94461ce5a4f9e63af6aaee42105b66a898 (patch)
tree2805ecfc0e1794bc50a4f9603fa0f625a483e6d0 /src/gameinfoimpl.cpp
parent0657774e2e53a7c280c32943f2a845c7ba783997 (diff)
Version Bump,
Basic SkyrimSE changes
Diffstat (limited to 'src/gameinfoimpl.cpp')
-rw-r--r--src/gameinfoimpl.cpp1
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()));
}
}