- GCC cleanup.

SVN r712 (trunk)
This commit is contained in:
Randy Heit 2008-01-26 04:47:58 +00:00
parent ec17f5a5b9
commit 9706a2b140
2 changed files with 2 additions and 2 deletions

View file

@ -386,7 +386,7 @@ void CreatePath(const char * fn)
int strbin (char *str) int strbin (char *str)
{ {
char *start; char *start = str;
char *p = str, c; char *p = str, c;
int i; int i;

View file

@ -2355,7 +2355,7 @@ bool R_GetTransMaskDrawers (fixed_t (**tmvline1)(), void (**tmvline4)())
// //
//========================================================================== //==========================================================================
bool FRenderStyle::IsVisible(fixed_t alpha) const bool FRenderStyle::IsVisible(fixed_t alpha) const throw()
{ {
if (BlendOp == STYLEOP_None) if (BlendOp == STYLEOP_None)
{ {