Skip to content

Commit cc9abf5

Browse files
committed
Updated version to 1.33.0, fix Clang format
1 parent 94d1550 commit cc9abf5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Quake/quakever.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
3535
#endif
3636

3737
#define VKQUAKE_VERSION_MAJOR 1
38-
#define VKQUAKE_VERSION_MINOR 32
39-
#define VKQUAKE_VER_PATCH 3
38+
#define VKQUAKE_VERSION_MINOR 33
39+
#define VKQUAKE_VER_PATCH 0
4040

41-
#define VKQUAKE_VERSION 1.32
41+
#define VKQUAKE_VERSION 1.33
4242

4343
#define LINUX_VERSION VKQUAKE_VERSION
4444

Quake/sv_phys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ static void SV_PushMove (edict_t *pusher, float movetime)
499499
check = NEXT_EDICT (qcvm->edicts);
500500

501501
while (true)
502-
{
502+
{
503503
if (e >= (fast_pushers ? num_pushable_ent_cache - 1 : qcvm->num_edicts - 1 - 1))
504504
break;
505505

0 commit comments

Comments
 (0)