fixed minor bug with doors and envelope requests
[rocksndiamonds.git] / src / screens.c
index 68d9a6808ca277037548bd1186a12481d54c8231..c9c2ba4a29799f65f8be8025408f260e9e4ee051 100644 (file)
@@ -3849,7 +3849,7 @@ void DrawHallOfFame(int highlight_position)
   SetDrawDeactivationMask(REDRAW_NONE);
   SetDrawBackgroundMask(REDRAW_FIELD);
 
-  CloseDoor(DOOR_CLOSE_2);
+  CloseDoor(DOOR_CLOSE_ALL);
 
   if (highlight_position < 0) 
     LoadScore(level_nr);