mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 00:35:47 +00:00
general: rename CurrentProcess to ApplicationProcess
This commit is contained in:
parent
832e1e2ca4
commit
c68577384a
41 changed files with 169 additions and 164 deletions
|
@ -34,7 +34,7 @@ void KSession::Initialize(KClientPort* port_, const std::string& name_) {
|
|||
|
||||
// Set our owner process.
|
||||
//! FIXME: this is the wrong process!
|
||||
process = kernel.CurrentProcess();
|
||||
process = kernel.ApplicationProcess();
|
||||
process->Open();
|
||||
|
||||
// Set our port.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue