fix more ifdef typos

pull/1290/head
flightlessmango 4 weeks ago
parent ad1d03d257
commit bcaccc8bd4

@ -1658,7 +1658,7 @@ void HudElements::legacy_elements(){
}
void HudElements::update_exec(){
#ifdef __LINUX__
#ifdef __linux__
if (!HUDElements.shell)
HUDElements.shell = std::make_unique<Shell>();

@ -54,7 +54,7 @@ class HudElements{
int refresh = 0;
std::unique_ptr<WineSync> winesync_ptr = nullptr;
std::unique_ptr<Net> net = nullptr;
#ifdef __LINUX__
#ifdef __linux__
std::unique_ptr<Shell> shell = nullptr;
#endif

Loading…
Cancel
Save