mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-13 07:14:59 +00:00
Fixed signed/unsigned warning
svn-id: r54217
This commit is contained in:
parent
cc403e542d
commit
103ac9c566
@ -1413,7 +1413,7 @@ reg_t kRobot(EngineState *s, int argc, reg_t *argv) {
|
|||||||
// HACK: Make robots return immediately for now,
|
// HACK: Make robots return immediately for now,
|
||||||
// otherwise they just hang for a while.
|
// otherwise they just hang for a while.
|
||||||
// TODO: Replace with proper robot functionality.
|
// TODO: Replace with proper robot functionality.
|
||||||
writeSelectorValue(s->_segMan, argv[1], SELECTOR(signal), -1);
|
writeSelector(s->_segMan, argv[1], SELECTOR(signal), SIGNAL_REG);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
warning("kRobot(%d)", subop);
|
warning("kRobot(%d)", subop);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user