(svn r6455) - Feature: Add 2cc (two company colours) livery schemes. This replaces the original colour selection window and bumps the saveload version. Liveries are supported for all vehicles, not just those with 2cc support. Thanks to lakie for GUI inspiration.

This commit is contained in:
peter1138
2006-09-15 12:27:00 +00:00
parent d1508bbd6c
commit e47dd91c8b
9 changed files with 450 additions and 67 deletions

View File

@@ -30,7 +30,7 @@
#include "variables.h"
#include <setjmp.h>
const uint16 SAVEGAME_VERSION = 33;
const uint16 SAVEGAME_VERSION = 34;
uint16 _sl_version; /// the major savegame version identifier
byte _sl_minor_version; /// the minor savegame version, DO NOT USE!