Commit 2ead52b2 authored by hybrid's avatar hybrid

Fix warnings.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2800 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 21a52f93
...@@ -18,8 +18,8 @@ using namespace quake3; ...@@ -18,8 +18,8 @@ using namespace quake3;
//! This list is based on the original quake3. //! This list is based on the original quake3.
static const SItemElement Quake3ItemElement [] = { static const SItemElement Quake3ItemElement [] = {
{ "item_health", { "item_health",
"models/powerups/health/medium_cross.md3", {"models/powerups/health/medium_cross.md3",
"models/powerups/health/medium_sphere.md3", "models/powerups/health/medium_sphere.md3"},
"sound/items/n_health.wav", "sound/items/n_health.wav",
"icons/iconh_yellow", "icons/iconh_yellow",
"25 Health", "25 Health",
...@@ -278,7 +278,7 @@ static const SItemElement Quake3ItemElement [] = { ...@@ -278,7 +278,7 @@ static const SItemElement Quake3ItemElement [] = {
SPECIAL_SFX_ROTATE SPECIAL_SFX_ROTATE
}, },
{ {
"" 0
} }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment