Skip to content

Commit

Permalink
Normalize all the line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkshine committed Mar 10, 2015
1 parent afc3cac commit 48d6a33
Show file tree
Hide file tree
Showing 64 changed files with 16,268 additions and 16,268 deletions.
6 changes: 3 additions & 3 deletions amxmodx/CTask.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ void CTaskMngr::CTask::changeBase(float fNewBase)
}

void CTaskMngr::CTask::resetNextExecTime(float fCurrentTime)
{
// If we're here while we're executing we would add m_fBase twice
if (!m_bInExecute)
{
// If we're here while we're executing we would add m_fBase twice
if (!m_bInExecute)
m_fNextExecTime = fCurrentTime + m_fBase;
}

Expand Down
Loading

0 comments on commit 48d6a33

Please sign in to comment.