Ignore:
Timestamp:
Dec 18, 2002, 2:29:31 PM (20 years ago)
Author:
Sam Hocevar
Message:
  • the bomb's head is now white
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/src/collide.c

    r23 r25  
    212212                         && y >= al->y[j] && y <= al->y[j] + 2 )
    213213                    {
    214                         al->life[j]--;
     214                        al->life[j] -= wp->type[i] == WEAPON_BOMB ? 5 : 1;
    215215                        if( al->life[j] <= 0 )
    216216                        {
Note: See TracChangeset for help on using the changeset viewer.