From 24f4c938030d64d62b329458dbf7596ce995dee7 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Thu, 24 Apr 2008 17:24:52 +0000 Subject: [PATCH] - a_flashfader wasn't saved for last commit. SVN r936 (trunk) --- src/g_shared/a_flashfader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/g_shared/a_flashfader.cpp b/src/g_shared/a_flashfader.cpp index f46fd7ca3..2442dd6db 100644 --- a/src/g_shared/a_flashfader.cpp +++ b/src/g_shared/a_flashfader.cpp @@ -19,7 +19,7 @@ DFlashFader::DFlashFader (float r1, float g1, float b1, float a1, Blends[1][0]=r2; Blends[1][1]=g2; Blends[1][2]=b2; Blends[1][3]=a2; } -DFlashFader::~DFlashFader () +void DFlashFader::Destroy () { SetBlend (1.f); }