]> ruin.nu Git - eonsl.git/commitdiff
One of the constructors took a QString pointer as an argument. Probably a thought...
authorMichael Andreen <harv@ruin.nu>
Sun, 31 Dec 2000 22:43:28 +0000 (22:43 +0000)
committerMichael Andreen <harv@ruin.nu>
Sun, 31 Dec 2000 22:43:28 +0000 (22:43 +0000)
eonsl/ccreature.h

index 4cffee97596c22a379bfb66061f218cedd3793f0..3c8aba825b1cbce3bdc7f3df014e7726d0af534f 100644 (file)
@@ -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