From 43d0ea6dd15cf5f31fe08c76947b686cc8ab77cb Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Wed, 15 Jun 2016 23:13:12 -0400 Subject: fix Change-Id: I72d59bb654920b17b031c870f73e8209f9b0cb28 --- apps/plugins/xworld/sys.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/xworld') diff --git a/apps/plugins/xworld/sys.c b/apps/plugins/xworld/sys.c index a19868a..2754dc8 100644 --- a/apps/plugins/xworld/sys.c +++ b/apps/plugins/xworld/sys.c @@ -314,7 +314,7 @@ void sys_menu(struct System* sys) case 1: /* reset vm */ vm_init(&sys->e->vm); - vm_initForPart(&sys->e->vm, GAME_PART2); // This game part is the protection screen + vm_initForPart(&sys->e->vm, GAME_PART1); // This game part is the protection screen quit = true; break; case 2: @@ -624,7 +624,7 @@ static void do_pause_menu(struct System* sys) quit = true; break; case 1: - vm_initForPart(&sys->e->vm, GAME_PART2); + vm_initForPart(&sys->e->vm, GAME_PART1); quit = true; break; case 2: -- cgit v1.1