One exclamation mark is enough.
This commit is contained in:
parent
4ab04faf68
commit
1d82412576
@ -12,7 +12,7 @@ Converter::Converter(std::string level){
|
||||
const char* charCompositions = "../Levels/ObjectSetups/Compositions.xml";
|
||||
compositions->LoadFile(charCompositions);
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user