Remove unneeded empty map.png file

master
krzys-h 2015-08-06 23:06:36 +02:00
parent e5d652acef
commit 22415e183d
2 changed files with 2 additions and 3 deletions

2
data

@ -1 +1 @@
Subproject commit 1c2510a9649eda7e0861a05691888ede3869aaf6
Subproject commit 96ebb502c539bab8e360777c87db95d9cfcb7fc5

View File

@ -2250,7 +2250,6 @@ Texture CEngine::LoadTexture(const std::string& name, const TextureCreateParams&
bool CEngine::LoadAllTextures()
{
LoadTexture("textures/effect03.png");
m_miceTexture = LoadTexture("textures/interface/mouse.png");
LoadTexture("textures/interface/button1.png");
LoadTexture("textures/interface/button2.png");
@ -2258,7 +2257,7 @@ bool CEngine::LoadAllTextures()
LoadTexture("textures/effect00.png");
LoadTexture("textures/effect01.png");
LoadTexture("textures/effect02.png");
LoadTexture("textures/interface/map.png");
LoadTexture("textures/effect03.png");
if (! m_backgroundName.empty())
{