]> code.bitgloo.com Git - clyne/gamedev.git/commitdiff
Stuff
authordrumsetmonkey <abelleisle@roadrunner.com>
Mon, 25 Apr 2016 02:50:42 +0000 (22:50 -0400)
committerdrumsetmonkey <abelleisle@roadrunner.com>
Mon, 25 Apr 2016 02:50:42 +0000 (22:50 -0400)
include/entities.hpp

index 460dc9326ccd2f848d99e964f56ede461d9a563e..f3fcf0a048a04dce3ac53262cdb14c87b1f9ec2e 100644 (file)
@@ -68,7 +68,6 @@ enum BUILD_SUB{
        LAMP_POST,                      /**< a lamppost, creates light */
        FIRE_PIT,                       /**< a firepit, creates fire particles / light */
        STALL_MARKET = 70,      /**< a stall for a merchant */
-       STALL_TRADER            /**< TODO */
 };
 
 /**
@@ -468,7 +467,7 @@ public:
        }
 
        void follow(Entity *f){
-               following=f;
+               following = f;
                belongsTo = true;
        }
 };