diff options
Diffstat (limited to 'src/componentwrapper.rs')
| -rw-r--r-- | src/componentwrapper.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/componentwrapper.rs b/src/componentwrapper.rs index 589da15..42eccff 100644 --- a/src/componentwrapper.rs +++ b/src/componentwrapper.rs @@ -196,6 +196,7 @@ components!( into, delay, target_time: if target_time == 0 { None } else { Some(Timestamp(target_time)) } + // please forgive me for using 0 as null }; Equipment () {panic!("equipment from parameters not implemented")}; CreationTime (time: Int) {CreationTime{time: Timestamp(time)}}; |
