Created attachment 2683[details]
make use of the SV_Game{Error,Print} functions
Hello,
the functions SV_GameError() and SV_GamePrint() found at the top of the sv_game.c file are not used. I guess they were expected to be used in the switch() within the SV_GameSystemCalls() func so I made a patch doing this (a tough one, for sure ;))
Another possibility is just to remove the func from that file.
Have a nice day
Created attachment 2683 [details] make use of the SV_Game{Error,Print} functions Hello, the functions SV_GameError() and SV_GamePrint() found at the top of the sv_game.c file are not used. I guess they were expected to be used in the switch() within the SV_GameSystemCalls() func so I made a patch doing this (a tough one, for sure ;)) Another possibility is just to remove the func from that file. Have a nice day