Rename (indexed) particles to projectiles

This commit is contained in:
jgk
2021-03-23 14:03:00 +01:00
parent 941fef134d
commit 885fa4a67e
11 changed files with 245 additions and 251 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ newKey m = case IM.lookupMax m of
Nothing -> 0
newParticleKey :: World -> Int
newParticleKey w = case IM.lookupMax (_particles w) of
newParticleKey w = case IM.lookupMax (_projectiles w) of
Just (n,_) -> n+1
Nothing -> 0
newCrKey :: World -> Int