From 56e5f58cffbc48aa4db55154a25585fc2f5fe63b Mon Sep 17 00:00:00 2001 From: James Turk Date: Sat, 25 Jan 2003 20:36:13 +0000 Subject: [PATCH] added alpha and fixed toggle --- test/ZImageTest.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ZImageTest.cpp b/test/ZImageTest.cpp index cf305eb..a8fef92 100644 --- a/test/ZImageTest.cpp +++ b/test/ZImageTest.cpp @@ -8,7 +8,7 @@ and the home of this Library is http://www.zengine.sourceforge.net *******************************************************************************/ -/*$Id: ZImageTest.cpp,v 1.15 2003/01/25 19:59:38 cozman Exp $*/ +/*$Id: ZImageTest.cpp,v 1.16 2003/01/25 20:36:13 cozman Exp $*/ #include #include @@ -43,7 +43,7 @@ void Test() //Open and Setup all the Images// SDL_Surface *temp; - ZImage image1, image2, image3, textImage, cp; + ZImage image1, image2, image3, textImage; ZFont font("data/almontew.ttf",30); font.SetColor(0,255,0);