Loading

Paste #p1kktkghs

  1. svn diff svn://svn-archive.openttd.org/branches/1.8/src  svn://svn-archive.openttd.org/tags/1.8.0/src
  2. Index: rev.cpp.in
  3. ===================================================================
  4. --- rev.cpp.in  (.../branches/1.8/src)  (revision 28004)
  5. +++ rev.cpp.in  (.../tags/1.8.0/src)    (revision 28004)
  6. @@ -72,7 +72,7 @@
  7.   * final release will always have a lower version number than the released
  8.   * version, thus making comparisons on specific revisions easy.
  9.   */
  10. -const uint32 _openttd_newgrf_version = 1 << 28 | 8 << 24 | 0 << 20 | 0 << 19 | (!!REVISION!! & ((1 << 19) - 1));
  11. +const uint32 _openttd_newgrf_version = 1 << 28 | 8 << 24 | 0 << 20 | 1 << 19 | (!!REVISION!! & ((1 << 19) - 1));
  12.  
  13.  #ifdef __MORPHOS__
  14.  /**

Comments