summaryrefslogtreecommitdiffstats
path: root/src/object/brain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/brain.cpp')
-rw-r--r--src/object/brain.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/object/brain.cpp b/src/object/brain.cpp
index b720992..ef55e73 100644
--- a/src/object/brain.cpp
+++ b/src/object/brain.cpp
@@ -859,7 +859,7 @@ bool CBrain::IntroduceVirus()
}
// Active Virus indicates that the object is contaminated. Unlike ch'tites (??? - Programerus)
-// letters which automatically disappear after a while,
+// letters which automatically disappear after a while,
// ActiveVirus does not disappear after you edit the program
// (Even if the virus is not fixed).
@@ -2535,7 +2535,7 @@ void CBrain::CheckInterface(CWindow *pw, EventMsg event, bool bState)
void CBrain::EnableInterface(CWindow *pw, EventMsg event, bool bState)
{
CControl* control;
-
+
control = pw->SearchControl(event);
if ( control == 0 ) return;
@@ -2547,7 +2547,7 @@ void CBrain::EnableInterface(CWindow *pw, EventMsg event, bool bState)
void CBrain::DeadInterface(CWindow *pw, EventMsg event, bool bState)
{
CControl* control;
-
+
control = pw->SearchControl(event);
if ( control == 0 ) return;
@@ -2559,7 +2559,7 @@ void CBrain::DeadInterface(CWindow *pw, EventMsg event, bool bState)
void CBrain::DefaultEnter(CWindow *pw, EventMsg event, bool bState)
{
CControl* control;
-
+
control = pw->SearchControl(event);
if ( control == 0 ) return;