mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: convert Cbuf_AddText with va to Cbuf_AddTextf
This commit is contained in:
@@ -1739,7 +1739,7 @@ static qboolean SaveGameSlot( const char *pSaveName, const char *pSaveComment )
|
||||
}
|
||||
|
||||
// pending the preview image for savegame
|
||||
Cbuf_AddText( va( "saveshot \"%s\"\n", pSaveName ));
|
||||
Cbuf_AddTextf( "saveshot \"%s\"\n", pSaveName );
|
||||
Con_Printf( "Saving game to %s...\n", name );
|
||||
|
||||
version = SAVEGAME_VERSION;
|
||||
|
||||
Reference in New Issue
Block a user