Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Generals/Code/GameEngine/Include/GameClient/Gadget.h
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ typedef struct _ListEntryRow
// The following fields are for internal use and
// should not be initialized by the user
Int listHeight; // calculated total Height at the bottom of this entry
Byte height; // Maintain the height of the row
Int height; // Maintain the height of the row
ListEntryCell *cell; // Holds the array of ListEntry Cells

} ListEntryRow;
Expand Down
2 changes: 1 addition & 1 deletion GeneralsMD/Code/GameEngine/Include/GameClient/Gadget.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ typedef struct _ListEntryRow
// The following fields are for internal use and
// should not be initialized by the user
Int listHeight; // calculated total Height at the bottom of this entry
Byte height; // Maintain the height of the row
Int height; // Maintain the height of the row
ListEntryCell *cell; // Holds the array of ListEntry Cells

} ListEntryRow;
Expand Down
Loading