File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
GeneralsMD/Code/GameEngine/Include/GameClient
Generals/Code/GameEngine/Include/GameClient Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ typedef struct _ListEntryRow
333
333
// The following fields are for internal use and
334
334
// should not be initialized by the user
335
335
Int listHeight ; // calculated total Height at the bottom of this entry
336
- Byte height ; // Maintain the height of the row
336
+ Int height ; // Maintain the height of the row
337
337
ListEntryCell * cell ; // Holds the array of ListEntry Cells
338
338
339
339
} ListEntryRow ;
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ typedef struct _ListEntryRow
336
336
// The following fields are for internal use and
337
337
// should not be initialized by the user
338
338
Int listHeight ; // calculated total Height at the bottom of this entry
339
- Byte height ; // Maintain the height of the row
339
+ Int height ; // Maintain the height of the row
340
340
ListEntryCell * cell ; // Holds the array of ListEntry Cells
341
341
342
342
} ListEntryRow ;
You can’t perform that action at this time.
0 commit comments