Don't ignore inactive type entries
authorDaniel Stone <daniel@fooishbar.org>
Fri, 22 Jun 2012 15:03:17 +0000 (16:03 +0100)
committerDaniel Stone <daniel@fooishbar.org>
Fri, 22 Jun 2012 15:05:45 +0000 (16:05 +0100)
commitacdad6058d52dc8a3e724dc95448300850d474f2
treeaa843841927c1aa2156961cf66f7899b7d9c9a5b
parent6d606d1068197453db40d78dc44e7bbe816f0623
Don't ignore inactive type entries

An entry for a type will only get marked as active if a virtual modifier
can be directly mapped to it, and not if an action indirectly leads to
it (e.g. LevelThree).  We don't really need this test since entries which
can never be triggered ... won't be triggered.

The entire map->active thing should probably just go away.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/map.c