Make modern and classic theme config files use the same version number.

svn-id: r24236
This commit is contained in:
Johannes Schickel 2006-10-08 21:03:19 +00:00
parent 16276155b6
commit 7721c0d039
4 changed files with 3 additions and 5 deletions

View File

@ -22,8 +22,6 @@
#include "gui/theme.h"
#include "gui/eval.h"
#define THEME_VERSION 2
namespace GUI {
ThemeClassic::ThemeClassic(OSystem *system, const Common::String &config, const Common::ConfigFile *cfg) : Theme() {
_enableBlending = true;

View File

@ -41,8 +41,6 @@
#define kShadowTr4 128
#define kShadowTr5 192
#define THEME_VERSION 18
using Graphics::Surface;
/** Specifies the currently active 16bit pixel format, 555 or 565. */

View File

@ -34,6 +34,8 @@
#include "gui/widget.h"
#define THEME_VERSION 18
namespace GUI {
class Eval;

View File

@ -1,7 +1,7 @@
# $URL$
# $Id$
[theme]
version=2
version=18
type=classic
name=Classic (ScummVM 0.8.0)