mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-01 06:58:34 +00:00
TINSEL: Remove an unneeded static
This commit is contained in:
parent
0931d7d3fc
commit
41d4212da8
@ -2259,7 +2259,7 @@ static int WhichMenuBox(int curX, int curY, bool bSlides) {
|
||||
* InvBoxes
|
||||
*/
|
||||
static void InvBoxes(bool InBody, int curX, int curY) {
|
||||
static int rotateIndex = -1; // FIXME: Avoid non-const global vars
|
||||
int rotateIndex = -1;
|
||||
int index; // Box pointed to on this call
|
||||
const FILM *pfilm;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user