forked from e16/e16
1
0
Fork 0

Composite manager tweak.

SVN revision: 15978
This commit is contained in:
Kim Woelders 2005-07-31 18:26:42 +00:00
parent 627a72b35f
commit 0043c48041
1 changed files with 1 additions and 1 deletions

View File

@ -1854,8 +1854,8 @@ ECompMgrStart(void)
allDamage = None; allDamage = None;
if (Conf_compmgr.mode != ECM_MODE_AUTO) if (Conf_compmgr.mode != ECM_MODE_AUTO)
{ {
ECompMgrDamageAll();
#if 0 /* FIXME - Remove? */ #if 0 /* FIXME - Remove? */
ECompMgrDamageAll();
ECompMgrRepaint(); ECompMgrRepaint();
#endif #endif
} }