Compare commits
3 commits
b19a9bced6
...
26db1fb807
Author | SHA1 | Date | |
---|---|---|---|
26db1fb807 | |||
667e3c1fb5 | |||
f9f7b96acd |
3 changed files with 3 additions and 3 deletions
2
externals/CMakeLists.txt
vendored
2
externals/CMakeLists.txt
vendored
|
@ -179,7 +179,7 @@ if (ANDROID AND ARCHITECTURE_arm64)
|
|||
AddJsonPackage(libadrenotools)
|
||||
endif()
|
||||
|
||||
if (UNIX AND NOT APPLE AND NOT TARGET gamemode::headers)
|
||||
if (NOT TARGET gamemode::headers)
|
||||
add_library(gamemode INTERFACE)
|
||||
target_include_directories(gamemode INTERFACE gamemode)
|
||||
add_library(gamemode::headers ALIAS gamemode)
|
||||
|
|
|
@ -3566,7 +3566,7 @@ void GMainWindow::OnStartGame() {
|
|||
play_time_manager->Start();
|
||||
|
||||
discord_rpc->Update();
|
||||
Common::FeralGamemode::StartGamemode();
|
||||
Common::FeralGamemode::Start();
|
||||
}
|
||||
|
||||
void GMainWindow::OnRestartGame() {
|
||||
|
|
|
@ -432,7 +432,7 @@ int main(int argc, char** argv) {
|
|||
// Just exit right away.
|
||||
exit(0);
|
||||
});
|
||||
Common::FeralGamemode::StartGamemode();
|
||||
Common::FeralGamemode::Start();
|
||||
|
||||
void(system.Run());
|
||||
if (system.DebuggerEnabled()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue