mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-16 16:30:48 +00:00
Ensure file globals are in file scope
This commit is contained in:
parent
22037355c8
commit
5e1d8552ef
@ -69,14 +69,14 @@ static struct {
|
||||
|
||||
// touch menu variables
|
||||
|
||||
struct {
|
||||
static struct {
|
||||
GLModel *model;
|
||||
bool topLeftShowing;
|
||||
bool topRightShowing;
|
||||
char kbdOrJoy;
|
||||
} menu = { 0 };
|
||||
|
||||
struct timespec timingBegin = { 0 };
|
||||
static struct timespec timingBegin = { 0 };
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user