Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
Module Name: basesrc
Committed By: simonb
Date: Sat Aug 21 09:23:45 UTC 1999
Modified Files:
basesrc/games/monop: cards.c deck.h initdeck.c
Log Message:
Instead of writing out a structure that contains pointers as the header
of the card decks file, just write out the number of cards for each
deck. Also use "off_t" for offsets into the file (that are stored after
the number of cards) instead of "long".
/usr/share/games/cards.pck is now MI.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 basesrc/games/monop/cards.c \
basesrc/games/monop/initdeck.c
cvs rdiff -r1.3 -r1.4 basesrc/games/monop/deck.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index