Rev 5062 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5062 | Rev 5064 | ||
---|---|---|---|
Line 934... | Line 934... | ||
934 | 934 | ||
935 | if (grp) |
935 | if (grp) |
936 | {
|
936 | {
|
937 | g_gameNamePtr = grp->name; |
937 | g_gameNamePtr = grp->name; |
938 | g_dependencyCRC = grp->dependency; |
938 | g_dependencyCRC = grp->dependency; |
- | 939 | g_groupCRC = grp->crcval; |
|
939 | g_postprocessing = grp->postprocessing; |
940 | g_postprocessing = grp->postprocessing; |
940 | 941 | ||
941 | if (grp->scriptname && g_scriptNamePtr == NULL) |
942 | if (grp->scriptname && g_scriptNamePtr == NULL) |
942 | g_scriptNamePtr = dup_filename(grp->scriptname); |
943 | g_scriptNamePtr = dup_filename(grp->scriptname); |
943 | 944 |