# | Line 421 | Line 421 | void MySimEvents::Load(const char* path) | |
---|---|---|
421 | FILE* f = fopen(path,"rb" ); | |
422 | if(f==NULL){ | |
423 | printf("The file %s can not be open !\n",path); | |
424 | < | return; |
424 | > | exit(0); |
425 | } | |
426 | ||
427 | stChunk* PrimaryChunk = new stChunk; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |