Data interchange, editor suite, and runtime re-implementations for games by Retro Studios
Go to file
Lioncash d3ac48715f driver/main: Use separate variables for error checking in main()
Avoids reusing the same variable for two different areas of behavior and
uses separately named variables. This can help debugging if the first
condition isn't true, but the tool run condition is true, as it provides
an error count to compare against.
2019-08-19 21:57:25 -04:00
hecl driver/main: Use separate variables for error checking in main() 2019-08-19 21:57:25 -04:00