diff options
| author | eray orçunus <erayorcunus@gmail.com> | 2019-11-20 01:15:45 +0300 |
|---|---|---|
| committer | eray orçunus <erayorcunus@gmail.com> | 2019-11-21 00:05:10 +0300 |
| commit | bd68b56b5d9ed6637973b57f742c17727ca214ac (patch) | |
| tree | 137c86403af35f742ebdff48706b520e4134dc5f /src/core/User.h | |
| parent | Merge branch 'master' of git://github.com/GTAmodding/re3 into erorcun (diff) | |
| download | re3-bd68b56b5d9ed6637973b57f742c17727ca214ac.tar.gz | |
CPed completed!
And a few fixes
Diffstat (limited to 'src/core/User.h')
| -rw-r--r-- | src/core/User.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/User.h b/src/core/User.h index 90b2da55..03ba1bab 100644 --- a/src/core/User.h +++ b/src/core/User.h @@ -18,8 +18,8 @@ public: void Process(); bool ProcessForDisplay(); - int ProcessForDisplayTimer(); - int ProcessForDisplayCounter(); + void ProcessForDisplayClock(); + void ProcessForDisplayCounter(); }; static_assert(sizeof(COnscreenTimerEntry) == 0x74, "COnscreenTimerEntry: error"); |
