Merge branch 'master' of swgilluminati.com:staff/src

This commit is contained in:
DarthArgus
2015-04-02 23:03:32 -05:00
240 changed files with 6 additions and 25664 deletions
@@ -1197,6 +1197,7 @@ bool TargaFormat::saveImage(const Image &image, const char *filename)
numWritten = fwrite(&header, sizeof(header), 1, f);
if (numWritten != 1)
{
fclose(f);
DEBUG_WARNING(true, ("Targa header not written successfully.\n"));
return false;
}
@@ -1,8 +0,0 @@
// ======================================================================
//
// FirstImage.cpp
// copyright (c) 2001 Sony Online Entertainment
//
// ======================================================================
#include "sharedImage/FirstSharedImage.h"