Skip to content
Snippets Groups Projects
Forked from tome / Tales of MajEyal
Source project has a limited visibility.
  • DarkGod's avatar
    21dcc8cf
    Merge branch 'game_act_fix' into 'master' · 21dcc8cf
    DarkGod authored
    Occasional turn loss fix.
    
    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.
    21dcc8cf
    History
    Merge branch 'game_act_fix' into 'master'
    DarkGod authored
    Occasional turn loss fix.
    
    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.