Mercurial > MadButterfly
comparison examples/tank/tank_main.c @ 195:5235aded379c
-
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 19 Nov 2008 20:54:27 +0800 |
parents | 45d9a1e2764d |
children | c693cd8c6e23 |
comparison
equal
deleted
inserted
replaced
194:45d9a1e2764d | 195:5235aded379c |
---|---|
398 | 398 |
399 mb_subtree_free_new(bang->root_coord, word); | 399 mb_subtree_free_new(bang->root_coord, word); |
400 | 400 |
401 mb_progm_free_completed(progm); | 401 mb_progm_free_completed(progm); |
402 | 402 |
403 /*! \todo Remove bang when program is completed. | |
404 * The graphics are not removed from rdman after progm is completed, now. | |
405 * They should be freed to release resources. | |
406 */ | |
407 get_now(&now); | 403 get_now(&now); |
408 mb_progm_start(progm, tman, &now); | 404 mb_progm_start(progm, tman, &now); |
409 } | 405 } |
410 | 406 |
411 /*! \brief To check if a bullet hits walls or tanks. */ | 407 /*! \brief To check if a bullet hits walls or tanks. */ |