cv7
This commit is contained in:
parent
238cc211ea
commit
baa6822782
@ -43,7 +43,7 @@ void add_target_capacity(struct station* station,const char* target, int capacit
|
||||
uniqueCar->next = NULL;
|
||||
}
|
||||
uniqueCar->capacity += capacity;
|
||||
station->tracks[myTrack] = uniqueCar;
|
||||
station->tracks[myTrack] = uniqueCar;
|
||||
}
|
||||
|
||||
int get_target_capacity(struct station* station,const char* target){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user