Initialize `No_item` in main
commita309c3b84ea2caa1576b97c8f0bcdcf55862bf12
authorPhilip Pavlick <swashdev@pm.me>
Mon, 9 Mar 2020 22:28:50 +0000 (9 17:28 -0500)
committerPhilip Pavlick <swashdev@pm.me>
Mon, 9 Mar 2020 22:28:50 +0000 (9 17:28 -0500)
tree7dc18ec64f2831246c7f68191f6b6be9fc66cf7d
parent258c3893c35a7a13f82ee151aff99f58bbcff2d0
Initialize `No_item` in main

As a result of the previous two commits, the static placeholder `Item`
`No_item` must be initialized at runtime, so we now do this in the
`main` function.
src/item.d
src/main.d