mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
*** Merged Code from Multiplayer Branch Revision 2993 ***
- Updated VFS - Fixed Map Editor not properly initialized with VFS - New Map Editor Release (Build: 2993( git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2994 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -610,7 +610,7 @@ INT16 SubstringPixLength(STR16 string, UINT32 iStart, UINT32 iEnd, INT32 UseFont
|
||||
{
|
||||
Assert (string != NULL);
|
||||
Assert(iStart >= 0 && iStart <= iEnd);
|
||||
Assert(iEnd < wcslen(string));
|
||||
Assert(iEnd <= wcslen(string));
|
||||
|
||||
INT16 cnt = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user