1
0
Fork 0

Fix an uninitialized value valgrind warning.

This commit is contained in:
Mathias Froehlich 2010-05-29 16:32:38 +02:00
parent a565e90c4f
commit 1114c49165

View file

@ -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)
{ {
} }