Fix compilation on Linux.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@10181 4a71c877-e1ca-e34f-864e-861f7616d084
master
Christian Ohm 2010-03-06 23:21:45 +00:00 committed by Git SVN Gateway
parent 6cd520e4a0
commit 9e3cde7a7a
1 changed files with 1 additions and 1 deletions

View File

@ -842,7 +842,7 @@ static bool dataTexPageLoad(const char *fileName, void **ppData)
}
/* Load a team colour mask texturepage into memory */
static BOOL dataTexPageTCMaskLoad(const char *fileName, void **ppData)
static bool dataTexPageTCMaskLoad(const char *fileName, void **ppData)
{
char texpage[PATH_MAX] = {'\0'};