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

index 781e3cecdf4195d302c4d32014d7c5455538f423..864c863ec0adcb53850fb50a81a173d66393f315 100644 (file)
@@ -68,6 +68,7 @@ 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
 };
 
 /**