aboutsummaryrefslogtreecommitdiff
path: root/sword2/layers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/layers.cpp')
-rw-r--r--sword2/layers.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/sword2/layers.cpp b/sword2/layers.cpp
index 7930a7acb9..9dfa9ad121 100644
--- a/sword2/layers.cpp
+++ b/sword2/layers.cpp
@@ -92,11 +92,8 @@ int32 FN_init_background(int32 *params) //Tony11Sept96
//-------------------------------------------------------
// if the screen is still fading down then wait for black
- do
- {
- ServiceWindows();
- }
- while(GetFadeStatus()==RDFADE_DOWN);
+ WaitForFade();
+
//-------------------------------------------------------
if (this_screen.mask_flag) // if last screen was using a shading mask (see below) (James 08apr97)