diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/window_type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_type.h b/src/window_type.h index 517601e11..e5a9f8503 100644 --- a/src/window_type.h +++ b/src/window_type.h @@ -129,7 +129,7 @@ enum WindowClass { /** * Popup with a set of buttons, designed to ask the user a question * from a GameScript. %Window numbers: - * - 0 = #GoalQuestionWidgets + * - uniqueid = #GoalQuestionWidgets */ WC_GOAL_QUESTION, |