This commit is contained in:
parent
e6097f7417
commit
826713a65c
23 changed files with 1118 additions and 325 deletions
|
@ -21,8 +21,6 @@
|
|||
#include "Select.h"
|
||||
#include "Export.h"
|
||||
|
||||
GString ColFName="Collision.bmp";
|
||||
|
||||
/*****************************************************************************/
|
||||
/*****************************************************************************/
|
||||
/*****************************************************************************/
|
||||
|
@ -48,7 +46,7 @@ GString Filename;
|
|||
SubView=TileBank;
|
||||
|
||||
Core->GetExecPath(Filename);
|
||||
Filename+=ColFName;
|
||||
Filename+=theApp.GetConfigStr("FileLocation","Collision");
|
||||
TileBank->AddSet(Filename);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue