mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Fix CTD when displaying long names in map inventory (#52)
This commit is contained in:
@@ -592,7 +592,7 @@ BOOLEAN RenderItemInPoolSlot( INT32 iCurrentSlot, INT32 iFirstSlotOnPage )
|
||||
INT16 sCenX, sCenY, usWidth, usHeight, sX, sY;
|
||||
HVOBJECT hHandle;
|
||||
ETRLEObject *pTrav;
|
||||
CHAR16 sString[ 64 ];
|
||||
CHAR16 sString[ 80 ];
|
||||
INT16 sWidth = 0, sHeight = 0;
|
||||
INT16 sOutLine = 0;
|
||||
BOOLEAN fOutLine = FALSE;
|
||||
|
||||
Reference in New Issue
Block a user