Skip to content
This repository has been archived by the owner on Feb 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #115 from demiurgosoft/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
Andrés committed Feb 27, 2015
2 parents daa4b1c + 39d3bb7 commit c72130b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/DCmC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ int main() {
map_matrix[4][4]=0;
map_matrix[4][5]=0;
map_matrix[4][6]=0;
map_matrix[4][0]=2;
map_matrix[6][0]=2;
map_matrix[4][9]=2;
map_matrix[6][9]=2;
map_matrix[6][6]=2;
set< pair<unsigned int,unsigned int> > destinations,spawners;
destinations.insert(make_pair(5,9));
spawners.insert(make_pair(5,0));
Expand Down

0 comments on commit c72130b

Please sign in to comment.