mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-02 02:15:58 -04:00
more partial reverts of inadvisable changes from i++ to ++i, per pvs-studio...i'll ignore that type of advice from now on as i wasn't considering the consequences
This commit is contained in:
Executable → Regular
+1
-1
@@ -45,7 +45,7 @@ void updateQueue ( BuildQueue * queue, PerformanceTimer const & timer, float tim
|
||||
currentBuilder->update();
|
||||
|
||||
BuildQueue::iterator old = it;
|
||||
++it;
|
||||
it++;
|
||||
|
||||
if(currentBuilder->buildDone())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user