mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2025-02-27 03:06:26 +00:00
trivial: remove stray semicolon
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
bc256958cc
commit
f75cf76de8
@ -915,7 +915,7 @@ CL_ParseServerMessage(void)
|
||||
i = MSG_ReadByte();
|
||||
if (i < 0 || i >= MAX_CL_STATS)
|
||||
Sys_Error("svc_updatestat: %i is invalid", i);
|
||||
cl.stats[i] = MSG_ReadLong();;
|
||||
cl.stats[i] = MSG_ReadLong();
|
||||
break;
|
||||
|
||||
case svc_spawnstaticsound:
|
||||
|
Loading…
x
Reference in New Issue
Block a user