mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-04 08:17:40 +00:00
M4: Fix crash eating kibble in demo
This commit is contained in:
parent
b5165741df
commit
656582619a
@ -284,6 +284,12 @@ void disable_player() {
|
||||
void wilbur_abduct(int trigger) {
|
||||
player_set_commands_allowed(false);
|
||||
digi_stop(1);
|
||||
|
||||
if (_G(executing) == INTERACTIVE_DEMO) {
|
||||
_G(game).setRoom(608);
|
||||
return;
|
||||
}
|
||||
|
||||
digi_preload("999_004");
|
||||
|
||||
if (_G(my_walker) && _G(player).walker_in_this_scene && _G(player).walker_visible) {
|
||||
|
Loading…
Reference in New Issue
Block a user