Skip to content

Commit 735f506

Browse files
committed
1 parent 18db37f commit 735f506

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/game/server/logicentities.cpp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,8 +1017,12 @@ BEGIN_DATADESC( CEnvGlobal )
10171017
DEFINE_INPUTFUNC( FIELD_INTEGER, "SetCounter", InputSetCounter ),
10181018
DEFINE_INPUTFUNC( FIELD_INTEGER, "AddToCounter", InputAddToCounter ),
10191019
DEFINE_INPUTFUNC( FIELD_VOID, "GetCounter", InputGetCounter ),
1020-
1021-
DEFINE_OUTPUT( m_outCounter, "Counter" ),
1020+
1021+
#ifdef BDSBASE
1022+
DEFINE_OUTPUT(m_outCounter, "OnCounter"),
1023+
#else
1024+
DEFINE_OUTPUT(m_outCounter, "Counter"),
1025+
#endif
10221026

10231027
END_DATADESC()
10241028

0 commit comments

Comments
 (0)