MCPcopy Create free account
hub / github.com/JACoders/OpenJK / SG_StoreSaveGameComment

Function SG_StoreSaveGameComment

code/server/sv_savegame.cpp:159–162  ·  view source on GitHub ↗

// Store given string in saveGameComment for later use when game is // actually saved */

Source from the content-addressed store, hash-verified

157// actually saved
158*/
159void SG_StoreSaveGameComment(const char *sComment)
160{
161 memmove(saveGameComment,sComment,iSG_COMMENT_SIZE);
162}
163
164qboolean SV_TryLoadTransition( const char *mapname )
165{

Callers 2

SV_SaveGame_fFunction · 0.85
sv_savegame.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected