diff --git a/src/video/gltouchmenu.c b/src/video/gltouchmenu.c index d2db3771..b8703e2d 100644 --- a/src/video/gltouchmenu.c +++ b/src/video/gltouchmenu.c @@ -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 }; // ----------------------------------------------------------------------------