Skip to content

Commit

Permalink
* set default map back to beloveno
Browse files Browse the repository at this point in the history
  • Loading branch information
a2flo committed Aug 12, 2015
1 parent ee61211 commit c546b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ int main(int argc, char *argv[]) {

mh = new map_handler();
//size_t inital_map_num = 99; // shortcut map
size_t inital_map_num = 181; // beloveno
size_t inital_map_num = 183; // beloveno
if(argc > 1) {
const string arg_1_str = argv[1];
if(arg_1_str.size() > 0 && isdigit(arg_1_str[0])) {
Expand Down

0 comments on commit c546b69

Please sign in to comment.