Fix aiming with no weapon crash

This commit is contained in:
2022-02-08 12:47:58 +00:00
parent 9ead5b3979
commit 0a860e6f68
39 changed files with 317 additions and 244 deletions
+2
View File
@@ -31,6 +31,8 @@ defaultWorld = World
, _creatureGroups = IM.empty
, _clouds = []
, _cloudsZone = Zone IM.empty
, _gusts = IM.empty
, _gustsZone = Zone IM.empty
, _itemPositions = IM.empty
, _props = IM.empty
, _instantParticles = []