Skip to content

Commit

Permalink
Update AQS.sma
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiuHKS committed Dec 1, 2023
1 parent 729692b commit 6e77fa1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AQS.sma
Original file line number Diff line number Diff line change
Expand Up @@ -5142,10 +5142,10 @@ public QS_Hattrick(nTaskId)
static nLeader = QS_INVALID_PLAYER, nTeam = QS_INVALID_TEAM, pnPlayers[QS_MAX_PLAYERS] = { QS_INVALID_PLAYER, ... }, nTotal = 0, nPlayer = QS_INVALID_PLAYER, nIter = 0, pnColor[4] = { QS_MIN_BYTE, ... };

///
/// ORPHEU
/// ORPHEU/ REAPI DATA
///

#if defined _orpheu_included
#if defined _orpheu_included || defined _reapi_included

static Float: fOriginal = 0.000000, Float: fNew = 0.000000;

Expand Down Expand Up @@ -5362,10 +5362,10 @@ public QS_Flawless(nTaskId)
static pnColor[4] = { QS_MIN_BYTE, ... };

///
/// ORPHEU
/// ORPHEU/ REAPI DATA
///

#if defined _orpheu_included
#if defined _orpheu_included || defined _reapi_included

static Float: fOriginal = 0.000000, Float: fNew = 0.000000;

Expand Down

0 comments on commit 6e77fa1

Please sign in to comment.