From 9f3031b6744d69d2c55054f8e339df6b6bf77665 Mon Sep 17 00:00:00 2001 From: James Turk Date: Tue, 8 Apr 2003 03:33:29 +0000 Subject: [PATCH] caps --- src/ZE_ZFont.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ZE_ZFont.cpp b/src/ZE_ZFont.cpp index 5b8d036..ec23d56 100644 --- a/src/ZE_ZFont.cpp +++ b/src/ZE_ZFont.cpp @@ -13,7 +13,7 @@ File: ZE_ZFont.cpp
Description: Implementation source file for core ZEngine Font Object.
Author(s): James Turk
-$Id: ZE_ZFont.cpp,v 1.6 2003/02/10 04:02:38 cozman Exp $
+$Id: ZE_ZFont.cpp,v 1.7 2003/04/08 03:33:29 cozman Exp $
\file ZE_ZFont.cpp \brief Source file for ZFont. @@ -85,7 +85,7 @@ void ZFont::SetBGColor(Uint8 r, Uint8 g, Uint8 b) rBGColor.b = b; } -void ZFont::SetStyle(bool Bold, bool Italic, bool Underline) +void ZFont::SetStyle(bool bold, bool italic, bool underline) { int flags=0;