mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
CGE2: Implement Hero::fun().
This commit is contained in:
parent
ea9b4d0729
commit
76846bf4f5
@ -386,7 +386,12 @@ void Hero::reach(int mode) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void Hero::fun() {
|
void Hero::fun() {
|
||||||
warning("STUB: Hero::fun()");
|
if (_vm->_commandHandler->idle()) {
|
||||||
|
park();
|
||||||
|
_vm->_commandHandler->addCommand(kCmdWait, -1, -1, this);
|
||||||
|
_vm->_commandHandler->addCommand(kCmdSeq, -1, _funStart, this);
|
||||||
|
}
|
||||||
|
_funDel = _funDel0 >> 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
int Hero::len(V2D v) {
|
int Hero::len(V2D v) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user