--- wps.c Wed Aug 28 21:48:38 2002 +++ wps.c.chad Wed Aug 28 21:48:16 2002 @@ -65,7 +65,8 @@ bool keys_locked = false; bool device_muted = false; static bool ff_rewind = false; -static bool paused = false; +bool paused = false; +bool restore = false; #ifdef CUSTOM_WPS static char custom_wps[64]; @@ -699,7 +700,7 @@ int button; int ff_rewind_count = 0; bool ignore_keyup = true; - bool restore = false; + old_release_mask = button_set_release(RELEASE_MASK);