From d7115069a3e965547f17c1c4f2456d7ae6c3b9ff Mon Sep 17 00:00:00 2001 From: divverent Date: Fri, 18 Jul 2008 08:00:21 +0000 Subject: [PATCH] fix "vid_restart forgets to reload jpeg" bug git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8415 d7cf8633-e32d-0410-b094-e92efae38249 --- jpeg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/jpeg.c b/jpeg.c index 51fd81cb..0422fe03 100644 --- a/jpeg.c +++ b/jpeg.c @@ -501,6 +501,7 @@ Unload the JPEG DLL void JPEG_CloseLibrary (void) { Sys_UnloadLibrary (&jpeg_dll); + jpeg_tried_loading = false; // allow retry } -- 2.39.2