From: Michael Andreen Date: Sun, 31 Dec 2000 22:43:28 +0000 (+0000) Subject: One of the constructors took a QString pointer as an argument. Probably a thought... X-Git-Url: https://ruin.nu/git/?p=eonsl.git;a=commitdiff_plain;h=31c2b6c9b6cd2e2db543c3ceaf17a45edff011ce One of the constructors took a QString pointer as an argument. Probably a thought of standard c-strings, but now it is changed to a normal QString object. --- diff --git a/eonsl/ccreature.h b/eonsl/ccreature.h index 4cffee9..3c8aba8 100644 --- a/eonsl/ccreature.h +++ b/eonsl/ccreature.h @@ -37,7 +37,7 @@ public: the memberfunction load(QString *filename) @param filename The path to the file that holds the creature */ - CCreature(QString *filename); + CCreature(QString filename); /**Create a creature (probably a npc) with randomized attributes @param race i.e: Human, Elf @param profession e.g: Warrior, thief