diff options
Diffstat (limited to 'src/d/d_base.cpp')
| -rw-r--r-- | src/d/d_base.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/d_base.cpp b/src/d/d_base.cpp index 41c03e5a..2e1701b4 100644 --- a/src/d/d_base.cpp +++ b/src/d/d_base.cpp @@ -53,8 +53,8 @@ void dBase_c::resetFlags() { s_NextExecuteControlFlags = 0; } -bool dBase_c::isActorPlayer(dBase_c &base) { - return base.profile_name == fProfile::PLAYER; +bool dBase_c::isActorPlayer() { + return profile_name == fProfile::PLAYER; } int dBase_c::loadAsyncCallback() { |
