diff options
Diffstat (limited to 'graph_gui.c')
-rw-r--r-- | graph_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graph_gui.c b/graph_gui.c index a24f17019..ee725b526 100644 --- a/graph_gui.c +++ b/graph_gui.c @@ -1010,7 +1010,7 @@ static void PerformanceRatingDetailWndProc(Window *w, WindowEvent *e) case WE_CREATE: { int i; Player *p2; - w->hidden_state = 0; + w->disabled_state = 0; // Hide the player who are not active |