Skip to content

Commit

Permalink
Merge branch 'tw06mod-harmony' of github.com:teeworldsmods2/teeworlds…
Browse files Browse the repository at this point in the history
…-mods into tw06mod-harmony
  • Loading branch information
ST-Chara committed Mar 26, 2022
2 parents 8f04538 + af8a011 commit 7ae6a64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bam.lua
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ function build(settings)

-- build server
server_exe = Link(server_settings, "teeworlds_srv", engine, server,
game_shared, game_server, zlib, server_link_other, teeuniverses, json, md5)
game_shared, game_server, zlib, md5, server_link_other, json, teeuniverses)

serverlaunch = {}
if platform == "macosx" then
Expand Down
3 changes: 2 additions & 1 deletion src/game/server/gamecontext.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ class CGameContext : public IGameServer

int m_ConsoleOutputHandle_ChatPrint;
int m_ConsoleOutput_Target;


public:
int m_ZoneHandle_TeeWorlds;

public:
Expand Down

0 comments on commit 7ae6a64

Please sign in to comment.