mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-05 23:13:06 +00:00
Use abbreviation for GUI stat name
This commit is contained in:
parent
6e8322c466
commit
ed15542d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ namespace OMW
|
|||
inline const UserStats UserStatsValue<UserStatsType::World>::sValue{ "World", "world" };
|
||||
|
||||
template <>
|
||||
inline const UserStats UserStatsValue<UserStatsType::Gui>::sValue{ "Gui", "gui" };
|
||||
inline const UserStats UserStatsValue<UserStatsType::Gui>::sValue{ "GUI", "gui" };
|
||||
|
||||
template <>
|
||||
inline const UserStats UserStatsValue<UserStatsType::Lua>::sValue{ "Lua", "lua" };
|
||||
|
|
|
|||
Loading…
Reference in a new issue