mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-23 11:15:34 +08:00
Fix again
This commit is contained in:
parent
e3527834d7
commit
2ef54d0fb8
@ -361,7 +361,7 @@ public:
|
|||||||
CSteamID get_lobby();
|
CSteamID get_lobby();
|
||||||
|
|
||||||
bool is_offline();
|
bool is_offline();
|
||||||
bool set_offline(bool offline);
|
void set_offline(bool offline);
|
||||||
|
|
||||||
uint16 get_port();
|
uint16 get_port();
|
||||||
void set_port(uint16 port);
|
void set_port(uint16 port);
|
||||||
|
@ -161,7 +161,7 @@ bool Settings::is_offline()
|
|||||||
return offline;
|
return offline;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Settings::set_offline(bool offline)
|
void Settings::set_offline(bool offline)
|
||||||
{
|
{
|
||||||
this->offline = offline;
|
this->offline = offline;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user