From 31c2b6c9b6cd2e2db543c3ceaf17a45edff011ce Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Sun, 31 Dec 2000 22:43:28 +0000 Subject: [PATCH] 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. --- eonsl/ccreature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2