~ubuntu-branches/ubuntu/hardy/bygfoot/hardy

« back to all changes in this revision

Viewing changes to src/user_struct.h

  • Committer: Bazaar Package Importer
  • Author(s): Isaac Clerencia
  • Date: 2006-10-15 12:48:45 UTC
  • mfrom: (1.2.4 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20061015124845-awlabbd0vji6a3ci
Tags: 2.0.1-1
* New upstream release
* Place locale files in the right directory, closes: #375021

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
    EVENT_TYPE_TRANSFER_OFFER_MONEY,
199
199
    EVENT_TYPE_TRANSFER_OFFER_ROSTER,
200
200
    EVENT_TYPE_PLAYER_CAREER_STOP,
 
201
    EVENT_TYPE_CHARITY,
201
202
    EVENT_TYPE_END
202
203
};
203
204