Changeset 25 for libcaca/trunk/src/collide.c
- Timestamp:
- Dec 18, 2002, 2:29:31 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/collide.c
r23 r25 212 212 && y >= al->y[j] && y <= al->y[j] + 2 ) 213 213 { 214 al->life[j] --;214 al->life[j] -= wp->type[i] == WEAPON_BOMB ? 5 : 1; 215 215 if( al->life[j] <= 0 ) 216 216 {
Note: See TracChangeset
for help on using the changeset viewer.