From 713a12608c98e168048b00a4ceacc1399423a4f0 Mon Sep 17 00:00:00 2001 From: gewlitys Date: Mon, 10 Feb 2003 20:06:51 +0000 Subject: [PATCH] minor correction to uninit (not used currently at all though) git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@728 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/oscill.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sc2/src/sc2code/oscill.c b/sc2/src/sc2code/oscill.c index fddc758c6..f7aaecd18 100644 --- a/sc2/src/sc2code/oscill.c +++ b/sc2/src/sc2code/oscill.c @@ -55,6 +55,7 @@ UninitOscilloscope (void) TFB_DrawImage_Delete (scope_surf); scope_surf = NULL; } + scope_init = 0; } // draws the oscilloscope