Changeset 32469 for trunk/ippTools/src/warptool.c
- Timestamp:
- Sep 30, 2011, 1:30:50 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/warptool.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/warptool.c
r32421 r32469 2051 2051 // magicked is only an argument for for -tofullskyfile 2052 2052 PXOPT_LOOKUP_S64(magicked, config->args, "-set_magicked", false, false); 2053 PXOPT_LOOKUP_S16(quality, config->args, "-set_quality", false, false); 2053 2054 if (magicked) { 2054 2055 psStringAppend(&set_magicked_skyfile, "\n , warpSkyfile.magicked = %" PRId64, magicked); 2055 2056 psStringAppend(&set_magicked_run, "\n, warpRun.magicked = %" PRId64, magicked); 2056 2057 } 2058 if (quality) { 2059 psStringAppend(&set_magicked_skyfile, "\n , warpSkyfile.quality = %"PRId16, quality); 2060 } 2057 2061 } else if (!strcmp(data_state, "cleaned") || !strcmp(data_state, "purged")) { 2058 2062 // if magicked is currently nonzero set it to -1
Note:
See TracChangeset
for help on using the changeset viewer.
