~ubuntu-branches/debian/squeeze/openttd/squeeze

« back to all changes in this revision

Viewing changes to src/economy.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Matthijs Kooijman
  • Date: 2008-08-08 11:07:05 UTC
  • mfrom: (1.1.4 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080808110705-zq0eo95c4pexg70i
* New upstream release.
  - Fixes remote crash vulnerability CVE-2008-3547. Closes: #493714

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: economy.cpp 12907 2008-04-26 20:54:56Z rubidium $ */
 
1
/* $Id: economy.cpp 13685 2008-07-09 18:59:39Z rubidium $ */
2
2
 
3
3
/** @file economy.cpp */
4
4
 
2011
2011
        SLE_CONDVAR(Economy, max_loan_unround, SLE_FILE_I32 | SLE_VAR_I64,  0, 64),
2012
2012
        SLE_CONDVAR(Economy, max_loan_unround, SLE_INT64,                  65, SL_MAX_VERSION),
2013
2013
        SLE_CONDVAR(Economy, max_loan_unround_fract, SLE_UINT16,           70, SL_MAX_VERSION),
2014
 
            SLE_VAR(Economy, fluct,            SLE_FILE_I16 | SLE_VAR_I32),
 
2014
            SLE_VAR(Economy, fluct,            SLE_INT16),
2015
2015
            SLE_VAR(Economy, interest_rate,    SLE_UINT8),
2016
2016
            SLE_VAR(Economy, infl_amount,      SLE_UINT8),
2017
2017
            SLE_VAR(Economy, infl_amount_pr,   SLE_UINT8),