diff options
author | Andrey Nazarov <skuller@skuller.net> | 2007-12-02 09:31:05 +0000 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2007-12-02 09:31:05 +0000 |
commit | e73c5000d53a37a1700862d270ea78723afec686 (patch) | |
tree | 0d823640807749420106e1af167c4ec56b40bccd /source/q_shared.h | |
parent | 59182dc7d73461ed0da66cf903eba0af9c890f9e (diff) |
Finally fixed pak loading order on Windows.
Minimize probability of prediction misses to be counted as ladder steps.
Make sure Q_vnsprintf always returns length in range [0, destsize - 1].
Diffstat (limited to 'source/q_shared.h')
-rw-r--r-- | source/q_shared.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/q_shared.h b/source/q_shared.h index 5611caf..36e0177 100644 --- a/source/q_shared.h +++ b/source/q_shared.h @@ -466,8 +466,6 @@ int QDECL SortStrcmp( const void *p1, const void *p2 ); uint32 Com_HashString( const char *string, int hashSize ); uint32 Com_HashPath( const char *string, int hashSize ); -char *Com_ReplaceSeparators( char *s, int separator ); - // buffer safe operations int Q_strncpyz( char *dest, const char *src, int destsize ); int Q_strcat( char *dest, int destsize, const char *src ); |