diff options
author | Andrey Nazarov <skuller@skuller.net> | 2008-01-10 23:20:12 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2008-01-10 23:20:12 +0000 |
commit | acc1878cad387fb7d36f68a28070d8c0a8fccf1c (patch) | |
tree | 9e3ed656f70f4028b27464016a3d5d5e1eae9316 /source/common.c | |
parent | 7be303a0daaae760f8a55787027c91749fab00d0 (diff) |
Fixed crash report creation bug introduced by recent commit.
Diffstat (limited to 'source/common.c')
-rw-r--r-- | source/common.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/common.c b/source/common.c index d3d6618..886f0df 100644 --- a/source/common.c +++ b/source/common.c @@ -1322,7 +1322,6 @@ void Qcommon_Init( int argc, char **argv ) { Cmd_AddCommand( "errordrop", Com_ErrorDrop_f ); Cmd_AddCommand( "freeze", Com_Freeze_f ); Cmd_AddCommand( "crash", Com_Crash_f ); - Cmd_AddCommand( "vstest", Com_VsnprintfTest_f ); #endif Cmd_AddCommand( "lasterror", Com_LastError_f ); |