mirror of
https://github.com/SWG-Source/src.git
synced 2026-09-13 00:45:03 -04:00
Merge branch 'master' of swgilluminati.com:staff/src
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user