Skip to content

Commit

Permalink
Fixed m_PauseTeam
Browse files Browse the repository at this point in the history
Fixed m_PauseTeam
  • Loading branch information
SmileYzn committed Dec 18, 2024
1 parent d5dcd87 commit 3de6b31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions MatchBot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ OBJECTS = *.cpp
LINKER = -static-libgcc -static-libstdc++

# C flags
#CFLAGS = -std=gnu++11 -shared -m32 -mtune=generic -msse3 -msse4.1 -pipe -g0 -O3 -s -flto=auto -funroll-loops -fno-stack-protector -g -DNDEBUG -Dlinux -D__linux__ -DGLIBCXX_USE_CXX11_ABI=0 -U_FORTIFY_SOURCE
CFLAGS = -std=gnu++11 -shared -m32 -mtune=generic -msse3 -msse4.1 -pipe -g3 -O0 -ggdb -flto=auto -funroll-loops -fno-stack-protector -g -DNDEBUG -Dlinux -D__linux__ -DGLIBCXX_USE_CXX11_ABI=0 -U_FORTIFY_SOURCE
CFLAGS = -std=c++11 -Wall -shared -m32 -mtune=generic -msse3 -msse4.1 -pipe -g0 -O3 -s -funroll-loops -fno-stack-protector -g -DNDEBUG -Dlinux -D__linux__ -DGLIBCXX_USE_CXX11_ABI=0 -U_FORTIFY_SOURCE

# Include directory
INCLUDE = -I. -I$(CSSDK)/common -I$(CSSDK)/dlls -I$(CSSDK)/engine -I$(CSSDK)/game_shared -I$(CSSDK)/pm_shared -I$(CSSDK)/public -I$(METAMOD)
Expand Down
2 changes: 1 addition & 1 deletion MatchBot/MatchPause.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void CMatchPause::ServerActivate()

this->m_Paused = false;

this->m_PauseTeam;
this->m_PauseTeam.clear();

this->m_BuyTime = 0.0f;
}
Expand Down

0 comments on commit 3de6b31

Please sign in to comment.