From 880e06de387646fa3f0efde940d731e71afbbb93 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 21 Nov 2004 15:10:39 +0000 Subject: updated goom to 2k4-dev21 * tweaked somewhat to avoid the bright circle for the first seconds of playback * no idea whether this fixes the AMD64 problems, I have not found anything suspicious CVS patchset: 7143 CVS date: 2004/11/21 15:10:39 --- src/post/goom/goom_plugin_info.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/post/goom/goom_plugin_info.h') diff --git a/src/post/goom/goom_plugin_info.h b/src/post/goom/goom_plugin_info.h index 1ec562e39..b587c0c65 100644 --- a/src/post/goom/goom_plugin_info.h +++ b/src/post/goom/goom_plugin_info.h @@ -10,7 +10,7 @@ #include "goom_visual_fx.h" #include "goom_filters.h" #include "goom_tools.h" -#include "goom_script_scanner.h" +#include "goomsl.h" typedef struct { char drawIFS; @@ -163,8 +163,8 @@ struct _PLUGIN_INFO { GoomRandom *gRandom; - GoomScriptScanner *scanner; - GoomScriptScanner *main_scanner; + GoomSL *scanner; + GoomSL *main_scanner; const char *main_script_str; }; -- cgit v1.2.3