Skip to content

Commit 0612755

Browse files
committed
fix Android build (v15)
1 parent a0d3b22 commit 0612755

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

cl_dll/Android.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ SRCS := \
7272
./hud/zbs/zbs_level.cpp \
7373
./hud/zbs/zbs_scoreboard.cpp \
7474
./hud/zbs/zbs_kill.cpp \
75+
./hud/zbs/zbs_roundclear.cpp \
7576
./com_weapons.cpp \
7677
./cs_wpn/cs_baseentity.cpp \
7778
./cs_wpn/cs_weapons.cpp \

dlls/Android.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ LOCAL_SRC_FILES := \
8888
player/player_zombie.cpp \
8989
player/player_spawnprotection.cpp \
9090
player/player_knockback.cpp \
91+
player/player_human_level.cpp \
9192
hostage/hostage.cpp \
9293
hostage/hostage_improv.cpp \
9394
hostage/hostage_localnav.cpp \

0 commit comments

Comments
 (0)