Skip to content

Commit

Permalink
[Engine] Fixed compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDushan committed May 4, 2024
1 parent 84564a8 commit 08bce57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/docs/Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-05-04 Dusan Jocic <dusanjocic@msn>
* [Engine] Fixed compiling

2023-06-17 Dusan Jocic <dusanjocic@msn>
* [Engine] Misc fixes
* [Engine] Limit connect packets from one IP address in the past 2 seconds
Expand Down
4 changes: 2 additions & 2 deletions src/engine/platform/systemLauncher.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
////////////////////////////////////////////////////////////////////////////////////////
// Copyright(C) 2019 - 2023 Dusan Jocic <dusanjocic@msn.com>
// Copyright(C) 2019 - 2024 Dusan Jocic <dusanjocic@msn.com>
//
// This file is part of OpenWolf.
//
Expand Down Expand Up @@ -41,7 +41,7 @@
#include <stdexcept>

int main(int argc, char **argv) {
const std::string dynName;
std::string dynName;
#if defined (_WIN32)
dynName = "engine.AMD64.dll";
#elif defined (__LINUX__)
Expand Down

0 comments on commit 08bce57

Please sign in to comment.