From 756db8174aa6a05eb998cfcec8eb5127053c5ea9 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Mon, 12 Nov 2012 16:35:10 +0200 Subject: A bunch of fixes No longer hide players who are dead. With models, a death animation should be used instead Some changes requested by celeron55 Rename a lot of things in the code, and use better lua api function names Minor code corrections Bump protocol version up, since the models / animations / attachments code creates new client<->server messages --- src/guiFormSpecMenu.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/guiFormSpecMenu.cpp') diff --git a/src/guiFormSpecMenu.cpp b/src/guiFormSpecMenu.cpp index 7f638830f..4db020c11 100644 --- a/src/guiFormSpecMenu.cpp +++ b/src/guiFormSpecMenu.cpp @@ -714,6 +714,7 @@ void GUIFormSpecMenu::drawMenu() Draw backgrounds */ for(u32 i=0; itsrc()->getTextureRaw(spec.name); @@ -727,6 +728,7 @@ void GUIFormSpecMenu::drawMenu() core::rect(core::position2d(0,0), core::dimension2di(texture->getOriginalSize())), NULL/*&AbsoluteClippingRect*/, colors, true); + } /* Draw images -- cgit v1.2.3