From f72ff67c54a3d49ffcfa83b6a06db4176f37093b Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Wed, 11 Feb 2009 18:36:35 -0700 Subject: Adjusted a few files for release. Signed-off-by: Ira Rice --- src/gui/setup_video.cpp | 4 ++-- src/gui/table.cpp | 2 +- src/gui/table.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/gui') diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp index bf5682e6..e1a148d8 100644 --- a/src/gui/setup_video.cpp +++ b/src/gui/setup_video.cpp @@ -112,7 +112,7 @@ Setup_Video::Setup_Video(): mNameEnabled(config.getValue("showownname", false)), mOpacity(config.getValue("guialpha", 0.8)), mFps((int) config.getValue("fpslimit", 0)), - mSpeechMode(config.getValue("speech", 3)), + mSpeechMode((int) config.getValue("speech", 3)), mModeListModel(new ModeListModel), mModeList(new ListBox(mModeListModel)), mFsCheckBox(new CheckBox(_("Full screen"), mFullScreenEnabled)), @@ -389,7 +389,7 @@ void Setup_Video::apply() mCustomCursorEnabled = config.getValue("customcursor", true); mParticleEffectsEnabled = config.getValue("particleeffects", true); mNameEnabled = config.getValue("showownname", false); - mSpeechMode = config.getValue("speech", 3); + mSpeechMode = (int) config.getValue("speech", 3); mOpacity = config.getValue("guialpha", 0.8); mOverlayDetail = (int) config.getValue("OverlayDetail", 2); mOpenGLEnabled = config.getValue("opengl", false); diff --git a/src/gui/table.cpp b/src/gui/table.cpp index 1793948b..8acbc4f4 100644 --- a/src/gui/table.cpp +++ b/src/gui/table.cpp @@ -1,6 +1,6 @@ /* * Aethyra - * Copyright (C) 2008 Douglas Boffey + * Copyright (C) 2008 The Mana World Development Team * * This file is part of Aethyra derived from original code * from Guichan. diff --git a/src/gui/table.h b/src/gui/table.h index c84272a3..a508d0e4 100644 --- a/src/gui/table.h +++ b/src/gui/table.h @@ -1,6 +1,6 @@ /* * Aethyra - * Copyright (C) 2008 Douglas Boffey + * Copyright (C) 2008 The Mana World Development Team * * This file is part of Aethyra derived from original code * from Guichan. -- cgit v1.2.3-70-g09d2