mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 19:04:09 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
7cc3410846
91 changed files with 1108 additions and 1052 deletions
|
@ -217,9 +217,9 @@ CRubbish::Update(void)
|
|||
|
||||
// FRAMETIME
|
||||
if(bRubbishInvisible)
|
||||
RubbishVisibility = max(RubbishVisibility-5, 0);
|
||||
RubbishVisibility = Max(RubbishVisibility-5, 0);
|
||||
else
|
||||
RubbishVisibility = min(RubbishVisibility+5, 255);
|
||||
RubbishVisibility = Min(RubbishVisibility+5, 255);
|
||||
|
||||
// Spawn a new sheet
|
||||
COneSheet *sheet = StartEmptyList.m_next;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue