Fix an uninitialized value valgrind warning.
This commit is contained in:
parent
a565e90c4f
commit
1114c49165
1 changed files with 3 additions and 2 deletions
|
@ -202,6 +202,7 @@ FGMouseInput::mouse::mouse ()
|
||||||
save_y(-1),
|
save_y(-1),
|
||||||
nModes(1),
|
nModes(1),
|
||||||
current_mode(0),
|
current_mode(0),
|
||||||
|
timeout(0),
|
||||||
modes(NULL)
|
modes(NULL)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue