7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
![]() |
extern void object::Return()
|
||
|
{
|
||
|
shield(1,15); // activate the shield
|
||
|
goto(8,60); // go to the spaceship
|
||
|
shield(0,15); // deactivate the shield
|
||
|
}
|