home · contact · privacy
Replace uses of variable-length arrays with try_malloc()/free().
[plomrogue] / src / server / thing_actions.h
2014-06-20 Christian HellerServer: Internally, rename "map object" stuff to "thing...