diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-09-04 06:41:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-04 16:41:08 +0300 |
| commit | d98444fe4e3694fb7d4670a37a2d5b9f1af52e28 (patch) | |
| tree | cfcc7714688a38ec0b468117c508f163f6345cf3 /libs/JSystem/J2DGraph/J2DScreen.cpp | |
| parent | a6d49a9901b1da5d9880b8c73889110638203a0c (diff) | |
J2DWindow (#1910)
Diffstat (limited to 'libs/JSystem/J2DGraph/J2DScreen.cpp')
| -rw-r--r-- | libs/JSystem/J2DGraph/J2DScreen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/JSystem/J2DGraph/J2DScreen.cpp b/libs/JSystem/J2DGraph/J2DScreen.cpp index 28d543e06e..2ade1918a1 100644 --- a/libs/JSystem/J2DGraph/J2DScreen.cpp +++ b/libs/JSystem/J2DGraph/J2DScreen.cpp @@ -794,7 +794,7 @@ J2DPane* J2DScreen::createPane(J2DScrnBlockHeader const& header, JSURandomInputS } /* 802F9A18-802F9A20 2F4358 0008+00 1/0 0/0 0/0 .text getTypeID__9J2DScreenCFv */ -s32 J2DScreen::getTypeID() const { +u16 J2DScreen::getTypeID() const { return 8; } |
