mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
Revert "GUI: Fix int/int32 build failures"
This reverts commit c2bd0cfb90ab7a852d27515bd59b48969c12d9d1.
This commit is contained in:
parent
b47e8c6291
commit
58c5c29f88
@ -315,7 +315,7 @@ void EditableWidget::drawCaret(bool erase) {
|
||||
|
||||
if (erase) {
|
||||
GUI::EditableWidget::String character;
|
||||
int32 width;
|
||||
int width;
|
||||
|
||||
if ((uint)_caretPos < _editString.size()) {
|
||||
const byte chr = _editString[_caretPos];
|
||||
|
Loading…
x
Reference in New Issue
Block a user