The Update(TM), Part 1
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// Main function
|
||||
|
||||
#include "main.h"
|
||||
|
||||
s32
|
||||
@@ -5,12 +7,8 @@ main(s32 argc, char* argv[])
|
||||
{
|
||||
State state;
|
||||
|
||||
// If anm2 given on command line, set state argument to that (will be loaded)
|
||||
if (argc > 0 && argv[1])
|
||||
{
|
||||
state.argument = argv[1];
|
||||
state.isArgument = true;
|
||||
}
|
||||
|
||||
init(&state);
|
||||
|
||||
|
Reference in New Issue
Block a user