* Remove the plasma effect in the deck viewer
This commit is contained in:
jean.chalard
2009-05-31 09:44:26 +00:00
parent 19b0b306fe
commit 5007d4f376
+1 -1
View File
@@ -270,7 +270,7 @@ class GameStateDeckViewer: public GameState, public JGuiListener
virtual void Update(float dt) virtual void Update(float dt)
{ {
mParent->effect->UpdateBig(dt); // mParent->effect->UpdateBig(dt);
hudAlpha = 255-(last_user_activity * 500); hudAlpha = 255-(last_user_activity * 500);
if (hudAlpha < 0) hudAlpha = 0; if (hudAlpha < 0) hudAlpha = 0;
if (sellMenu){ if (sellMenu){