Changeset 63 for libcaca/trunk/src/player.c
- Timestamp:
- Dec 23, 2002, 5:21:38 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/src/player.c
r61 r63 4 4 * All Rights Reserved 5 5 * 6 * $Id: player.c,v 1. 7 2002/12/23 15:06:13sam Exp $6 * $Id: player.c,v 1.8 2002/12/23 16:21:38 sam Exp $ 7 7 * 8 8 * This program is free software; you can redistribute it and/or modify … … 37 37 p->special = MAX_SPECIAL; 38 38 p->life = MAX_LIFE; 39 p->dead = 0; 39 40 40 41 return p;
Note: See TracChangeset
for help on using the changeset viewer.