aboutsummaryrefslogtreecommitdiff
path: root/c/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/main.c')
-rw-r--r--c/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/main.c b/c/main.c
index 3f94986..921b391 100644
--- a/c/main.c
+++ b/c/main.c
@@ -344,7 +344,7 @@ WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
Pl("episode_data","open_episode_wiki","I",lvi.lParam);
break;
case IDM_RATE10:
- iRating = 0;
+ iRating = 10;
goto r;
case IDM_RATE9:
iRating = 9;