From c8f2dea0bd0068aac6f59a5053d4f0576f21bb23 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 16 Sep 2013 11:04:07 -0700 Subject: Refactor all broken returns into goto L_Return --- world/map/npc/009-1/milly.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/009-1') diff --git a/world/map/npc/009-1/milly.txt b/world/map/npc/009-1/milly.txt index 00a63939..c195d9eb 100644 --- a/world/map/npc/009-1/milly.txt +++ b/world/map/npc/009-1/milly.txt @@ -362,7 +362,7 @@ L_Close: S_InspectorMaybe: if (@inspector != 1) - return; + goto L_Return; menu "Have you seen anything strange lately?", L_NohMask_Strange, "Do you know anything about the recent robberies?", L_NohMask_Robbery, -- cgit v1.2.3-60-g2f50