mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
Silence an MSVC8 warning
svn-id: r27059
This commit is contained in:
parent
9b0d6d0898
commit
476088e822
@ -112,7 +112,7 @@ void AgiEngine::insertSearchNode(const char *word) {
|
||||
bool AgiEngine::predictiveDialog(void) {
|
||||
int key = 0, active = -1, lastactive = -1;
|
||||
bool rc = false;
|
||||
int x;
|
||||
uint8 x;
|
||||
int y;
|
||||
int bx[17], by[17];
|
||||
String prefix;
|
||||
|
Loading…
x
Reference in New Issue
Block a user