from trunk: forgot to make new member optional

svn:r591
This commit is contained in:
Niels Provos 2007-12-14 07:12:35 +00:00
parent 6d5b846cb2
commit d5153cef3d

View File

@ -10,7 +10,7 @@ struct msg {
struct kill {
string weapon = 1;
string action = 2;
int how_often = 3;
optional int how_often = 3;
}
struct run {