Rev 5062 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5062 | Rev 5064 | ||
---|---|---|---|
Line 803... | Line 803... | ||
803 | 803 | ||
804 | if (grp) |
804 | if (grp) |
805 | {
|
805 | {
|
806 | g_gameNamePtr = grp->name; |
806 | g_gameNamePtr = grp->name; |
807 | g_dependencyCRC = grp->dependency; |
807 | g_dependencyCRC = grp->dependency; |
- | 808 | g_groupCRC = grp->crcval; |
|
808 | g_postprocessing = grp->postprocessing; |
809 | g_postprocessing = grp->postprocessing; |
809 | 810 | ||
810 | if (grp->scriptname && g_scriptNamePtr == NULL) |
811 | if (grp->scriptname && g_scriptNamePtr == NULL) |
811 | g_scriptNamePtr = dup_filename(grp->scriptname); |
812 | g_scriptNamePtr = dup_filename(grp->scriptname); |
812 | 813 |