mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Re-define nil as nullptr, cleaning up some potential issues along the way
This commit is contained in:
@ -844,7 +844,7 @@ void pfConsole::IHandleKey( plKeyEventMsg *msg )
|
||||
{
|
||||
fWorkingCursor = 0;
|
||||
}
|
||||
else if (msg->GetKeyChar() != nil)
|
||||
else if (msg->GetKeyChar())
|
||||
{
|
||||
key = msg->GetKeyChar();
|
||||
// do they want to go into help mode?
|
||||
|
Reference in New Issue
Block a user