Compilation fixes.

This commit is contained in:
Marco Cawthorne 2022-12-31 12:07:11 -08:00
parent 131228db92
commit 937d3f1ba5
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@ defs.h
../shared/include.src
../../../valve/src/server/player.qc
../../../valve/src/server/spectator.qc
dispenser.qc
sentry.qc

View File

@ -17,7 +17,7 @@
void
TFCSentry::Think(void)
{
ScheduleThink(Think 0.1f);
ScheduleThink(Think, 0.1f);
/* searching */
entity t = world;