diff options
| author | Franklin Wei <git@fwei.tk> | 2015-05-27 20:58:07 -0400 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2015-05-27 20:58:07 -0400 |
| commit | 34b11c33ff5b0df5466642b577bf32b529fc66fd (patch) | |
| tree | cd079ea23e7c46de1421f9b990abf96e70d41f0b /src/main.c | |
| parent | 8b61f947daa7b64a2dd8ee7d6340c64fa7787f07 (diff) | |
| download | market-sim-34b11c33ff5b0df5466642b577bf32b529fc66fd.zip market-sim-34b11c33ff5b0df5466642b577bf32b529fc66fd.tar.gz market-sim-34b11c33ff5b0df5466642b577bf32b529fc66fd.tar.bz2 market-sim-34b11c33ff5b0df5466642b577bf32b529fc66fd.tar.xz | |
add colorized html output
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,6 +44,9 @@ int main(int argc, char *argv[]) if(args_status & ARG_RESTRICTED) restricted = true; + if(args_status & ARG_HTML) + html_out = true; + if(args_status & ARG_LOADED) load_portfolio(player, save_file); else |