Unfinished: rand map gen
This commit is contained in:
10
src/main.cc
10
src/main.cc
@ -19,12 +19,12 @@ int main(int argc, char **argv) {
|
||||
return RETURN_PANICKED;
|
||||
}
|
||||
|
||||
CC3K game_proc(enabled_features, *in, *out, *log, *rng);
|
||||
// CC3K game_proc(enabled_features, *in, *out, *log, *rng);
|
||||
|
||||
while (game_proc.run() != game_status::terminated) {
|
||||
out->render();
|
||||
out->clear();
|
||||
}
|
||||
// while (game_proc.run() != game_status::terminated) {
|
||||
// out->render();
|
||||
// out->clear();
|
||||
// }
|
||||
|
||||
return RETURN_FINE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user