• R/O
  • SSH

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

This is a fork of Zandronum Beta for Mac Os (Silicon and Intel)


Commit MetaInfo

Revisiónc6b5c7e3c6580602588a7595491e2500109ebc09 (tree)
Tiempo2022-02-11 01:15:19
AutorAdam Kaminski <kaminskiadam9@gmai...>
CommiterAdam Kaminski

Log Message

Removed the unused prototypes LASTMANSTANDING_GetNumMatches and LASTMANSTANDING_SetNumMatches.

Cambiar Resumen

Diferencia incremental

diff -r 055ccc8bc410 -r c6b5c7e3c658 src/lastmanstanding.h
--- a/src/lastmanstanding.h Thu Feb 10 11:12:28 2022 -0500
+++ b/src/lastmanstanding.h Thu Feb 10 11:15:19 2022 -0500
@@ -105,9 +105,6 @@
105105 LMSSTATE_e LASTMANSTANDING_GetState( void );
106106 void LASTMANSTANDING_SetState( LMSSTATE_e State );
107107
108-ULONG LASTMANSTANDING_GetNumMatches( void );
109-void LASTMANSTANDING_SetNumMatches( ULONG ulNumMatches );
110-
111108 bool LASTMANSTANDING_GetStartNextMatchOnLevelLoad( void );
112109 void LASTMANSTANDING_SetStartNextMatchOnLevelLoad( bool bStart );
113110