| 674 | } |
| 675 | |
| 676 | void WriteGroupTrigger(CFILE *ofile, trigger *tp) { |
| 677 | cf_WriteShort(ofile, tp->roomnum); |
| 678 | cf_WriteShort(ofile, tp->facenum); |
| 679 | cf_WriteShort(ofile, tp->flags); |
| 680 | cf_WriteShort(ofile, tp->activator); |
| 681 | } |
| 682 | |
| 683 | // Saves a group to disk in the given filename |
| 684 | void SaveGroup(char *filename, group *g) { |
no test coverage detected