mirror of
https://github.com/krystalgamer/spidey-decomp.git
synced 2024-11-23 13:29:48 +00:00
Screen_TargetOn
This commit is contained in:
parent
4ad55979ab
commit
591babd6c7
@ -1,7 +1,11 @@
|
||||
#include "screen.h"
|
||||
|
||||
|
||||
// @TODO
|
||||
void Screen_TargetOn(bool)
|
||||
static bool gScreenTarget;
|
||||
|
||||
// @NotOk
|
||||
// Globals
|
||||
void Screen_TargetOn(bool value)
|
||||
{
|
||||
gScreenTarget = value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user