Skip to content

Occasional turn loss fix.

Alex Ksandra requested to merge 0player/t-engine4:game_act_fix into master

Game.tick now creates a copy of entitites' list to iterate over since iterating over a table while modifying it is undefined.

tickLevel now adjusts indices accordingly when entity is added or removed.

Merge request reports