diff options
| author | aap <aap@papnet.eu> | 2019-07-09 18:50:35 +0200 |
|---|---|---|
| committer | aap <aap@papnet.eu> | 2019-07-09 18:50:35 +0200 |
| commit | a65dd41da736a12866526abc1405cbaa154771a8 (patch) | |
| tree | 387f8103d69d373341e67a6373f681a454aa06db /src/core/Wanted.h | |
| parent | more CAutomobile (diff) | |
| download | re3-a65dd41da736a12866526abc1405cbaa154771a8.tar.gz | |
yet more CAutomobile
Diffstat (limited to 'src/core/Wanted.h')
| -rw-r--r-- | src/core/Wanted.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Wanted.h b/src/core/Wanted.h index d14bb905..d3f6638b 100644 --- a/src/core/Wanted.h +++ b/src/core/Wanted.h @@ -42,6 +42,7 @@ public: bool AreArmyRequired(); int NumOfHelisRequired(); void SetWantedLevel(int32); + void SetWantedLevelNoDrop(int32 level); void ClearQdCrimes(); void UpdateWantedLevel(); }; |
