diff options
Diffstat (limited to 'npc/sample/monster_controller.cpp')
-rw-r--r-- | npc/sample/monster_controller.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/npc/sample/monster_controller.cpp b/npc/sample/monster_controller.cpp index fa75175e0..76ba7ade3 100644 --- a/npc/sample/monster_controller.cpp +++ b/npc/sample/monster_controller.cpp @@ -136,13 +136,11 @@ L_MainMenu: mes "[Monster Info]";
display_info .@tmp;
next;
- goto L_MainMenu;
+ goto L_MainMenu;
break;
case 4: // Actions
goto L_AttackMenu;
break;
- default:
- end;
}
L_AttackMenu:
@@ -195,8 +193,6 @@ L_AttackMenu: case 9:
next;
goto L_MainMenu;
- default:
- end;
}
goto L_AttackMenu;
}
\ No newline at end of file |