mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 11:41:25 +00:00
COMMON: Fix WinResourceID::getID()
This commit is contained in:
parent
826197cf76
commit
d2f8103a3b
@ -69,7 +69,7 @@ uint32 WinResourceID::getID() const {
|
||||
if (_idType != kIDTypeNumerical)
|
||||
return 0xffffffff;
|
||||
|
||||
return _idType;
|
||||
return _id;
|
||||
}
|
||||
|
||||
String WinResourceID::toString() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user