diff options
author | Olivier Gayot <duskcoder@gmail.com> | 2015-01-07 22:02:49 +0100 |
---|---|---|
committer | Olivier Gayot <duskcoder@gmail.com> | 2015-01-07 23:30:12 +0100 |
commit | 2612e584f6aab4515c7da5a7a6ea005d0e8344ba (patch) | |
tree | 0f584c91c3c170dd5452bc5370a4b21bf0fb8762 /jouer.c | |
parent | 45d54652a8005ccae2466a0e4757017c7b337e3b (diff) |
Fix invalid blit position
Signed-off-by: Olivier Gayot <duskcoder@gmail.com>
Diffstat (limited to 'jouer.c')
-rw-r--r-- | jouer.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -118,6 +118,7 @@ int Fjouer (SURFACES *surfaces, POSITIONS *positions, struct team_t *ally,ENNEMI } blit_ally_team(surfaces,positions, ally); // on blit les persos sur l'ecran + Fblitterennemis(surfaces,positions,ennemis,Vnbennemis); // idem pour les ennemis Fremplircompetencesennemis(ennemis,Vnbennemis); // on initialise les pv, pm, exp, etc DES ENNEMIS @@ -290,7 +291,3 @@ void Fremplirobjets(OBJET *objets) objets->potionsplus=5; objets->ethersplus=5; } - - - - |