Skip to content

Commit

Permalink
version 19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Beasty committed Feb 19, 2021
1 parent 4cbb3f5 commit 4741930
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/sv_snapshot.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ void SV_WriteClientConfigInfo( msg_t* msg, client_t* cl, int messageNum )
if(messageNum != -1) //Only in gamestate this will be -1
{
MSG_WriteLong(msg, messageNum);
MSG_WriteLong(msg, sv.start_frameTime);
}
MSG_WriteByte( msg, cl - svs.clients );
MSG_WriteString( msg, cl->name );
Expand Down
2 changes: 1 addition & 1 deletion src/version/version.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "version.h"

#define SYS_COMMONVERSION 19.2
#define SYS_COMMONVERSION 19.3
#define _STRINGIFY(s) #s
#define STRINGIFY(s) _STRINGIFY(s)

Expand Down
1 change: 0 additions & 1 deletion src/version/version_build.h

This file was deleted.

0 comments on commit 4741930

Please sign in to comment.