mirror of
https://github.com/k4zmu2a/SpaceCadetPinball.git
synced 2023-12-30 21:52:56 +00:00
Bug-fix: storage for non-inline static constexpr.
Somehow none of the compilers I test with cought this.
This commit is contained in:
parent
b4cb827d73
commit
65037e0e69
@ -44,6 +44,8 @@ short options::vk_list[28]
|
||||
|
||||
std::map<std::string, std::string> options::settings{};
|
||||
|
||||
constexpr int options::MaxUps, options::MaxFps, options::MinUps, options::MinFps, options::DefUps, options::DefFps;
|
||||
|
||||
|
||||
void options::init()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user