One exclamation mark is enough.
This commit is contained in:
parent
dbaa4f639f
commit
3bb584631c
@ -12,7 +12,7 @@ Converter::Converter(std::string level){
|
|||||||
const char* charCompositions = "../Levels/ObjectSetups/Compositions.xml";
|
const char* charCompositions = "../Levels/ObjectSetups/Compositions.xml";
|
||||||
compositions->LoadFile(charCompositions);
|
compositions->LoadFile(charCompositions);
|
||||||
if (compositions->ErrorID()!=0){
|
if (compositions->ErrorID()!=0){
|
||||||
printf("Could not open Compositions!!!\n");
|
printf("Could not open Compositions!\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
//Create a backup of the current Level png file, if no backup exists
|
//Create a backup of the current Level png file, if no backup exists
|
||||||
|
Loading…
Reference in New Issue
Block a user