mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 01:38:36 +00:00
SCI: Add kReadNumber fixme
Thanks to Walter for noticing this.
This commit is contained in:
parent
8335e340fd
commit
ba1307b0ce
@ -165,6 +165,7 @@ reg_t kReadNumber(EngineState *s, int argc, reg_t *argv) {
|
||||
// do clipping. In SQ4 we get the door code in here and that's even
|
||||
// larger than uint32!
|
||||
if (*source == '-') {
|
||||
// FIXME: Setting result to -1 does _not_ negate the output.
|
||||
result = -1;
|
||||
source++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user