mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-25 08:22:17 +00:00
(svn r26057) -Fix: a number of possibly uninitialised variables
This commit is contained in:
@@ -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)
|
||||
{}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user