- bugfix for ultifd, screenshots now save even when loading from open with

This commit is contained in:
Mark Vejvoda
2011-03-05 23:15:07 +00:00
parent 2891aef52e
commit 4eb5879d04
2 changed files with 27 additions and 5 deletions

View File

@@ -104,6 +104,8 @@ private:
bool isControlKeyPressed;
string appPath;
void loadUnit(string path, string skillName);
void loadModel(string path);
void loadParticle(string path);
@@ -117,7 +119,8 @@ public:
const string modelPath,const string particlePath,
const string projectileParticlePath,const string splashParticlePath,
float defaultAnimation,int defaultParticleLoopStart,
float defaultZoom,float defaultXRot, float defaultYRot);
float defaultZoom,float defaultXRot, float defaultYRot,
string appPath);
~MainWindow();
void init();