(svn r26057) -Fix: a number of possibly uninitialised variables

This commit is contained in:
rubidium
2013-11-23 13:12:19 +00:00
parent 2e54c8fdfa
commit b3e93d6520
13 changed files with 28 additions and 13 deletions

View File

@@ -226,7 +226,8 @@ GRFParameterInfo::GRFParameterInfo(uint nr) :
def_value(0),
param_nr(nr),
first_bit(0),
num_bit(32)
num_bit(32),
complete_labels(false)
{}
/**