arunkumarmunusamy / bitfighter

Automatically exported from code.google.com/p/bitfighter
Other
0 stars 0 forks source link

Remove argc and argv from level loading code #360

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We still use argc and argv in most of the level loading and parsing code.  
Better to convert this to using Vector<string>; that would be cleaner, easier 
to understand, and would save us from some ugly conversions since we start with 
strings.

Original issue reported on code.google.com by watusim...@bitfighter.org on 3 Jan 2014 at 5:40

GoogleCodeExporter commented 9 years ago

Original comment by watusim...@bitfighter.org on 3 Jan 2014 at 5:41

GoogleCodeExporter commented 9 years ago

Original comment by watusim...@bitfighter.org on 2 Mar 2014 at 9:30