crankycyclops/trogdor-pp

Create NullIn and use it on Creatures

crankycyclops opened this issue · 1 comments

Right now, Creatures are using StreamIn instantiated with cin, which is stupid. Instead, we should use a NullIn for non-player entities.

Done.