Created attachment 2752[details]
Fix system call returns.
There is a missing return in code/client/cl_cgame.c that results in additional code being run for no reason. Spotted when looking at wolfmp wolfet diff.
Made code/server/sv_game.c consistent with cl_cgame.c and cl_ui.c.
Created attachment 2752 [details] Fix system call returns. There is a missing return in code/client/cl_cgame.c that results in additional code being run for no reason. Spotted when looking at wolfmp wolfet diff. Made code/server/sv_game.c consistent with cl_cgame.c and cl_ui.c.