X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FTGALoader.cpp;h=e09b68038c3e3dec951cd92aafe99274870c0036;hb=85f9eeb8f438d6d542c0c7b7446b31585cc9c23d;hp=2927fa67b478ee6b7ae2ba6e28fda8e55b0fd830;hpb=44146d06c780d3aaa283672fedb08b8870ebe1b9;p=lugaru.git diff --git a/Source/TGALoader.cpp b/Source/TGALoader.cpp index 2927fa6..e09b680 100644 --- a/Source/TGALoader.cpp +++ b/Source/TGALoader.cpp @@ -20,8 +20,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /**> HEADER FILES <**/ -#include "TGALoader.h" #include "Game.h" +#include "TGALoader.h" extern float texdetail; extern TGAImageRec texture; @@ -35,7 +35,7 @@ extern bool LoadImage(const char * fname, TGAImageRec & tex); /********************> LoadTGA() <*****/ bool upload_image(const unsigned char* filePath, bool hasalpha) { - if(visibleloading){ + if(visibleloading) { loadscreencolor=1; pgame->LoadingScreen(); }