Make the speed relative to the zoom factor

SVN revision: 32494
This commit is contained in:
Davide Andreoli 2007-11-08 17:06:38 +00:00
parent 074eadfced
commit f570d66d8c
1 changed files with 1 additions and 1 deletions

View File

@ -305,8 +305,8 @@ _load_action(Population *pop, char *filename, char *name, int id)
act->w = act->w * pop->conf->zoom;
act->h = act->h * pop->conf->zoom;
act->speed = act->speed * pop->conf->zoom;
act->id = id;
//TODO ZOOM ALSO THE SPEED ???
pop->actions = evas_hash_add(pop->actions, name, act);