avoid merge conflict

This commit is contained in:
Lendemor 2015-01-19 08:20:38 +01:00
parent f61e4c63e4
commit b1f928028d

2
team.h
View File

@ -12,7 +12,7 @@ typedef struct{
// Directions // Directions
enum{ enum{
SOUTH, NORTH, EAST, WEST NORTH, EAST, SOUTH, WEST
}; };
// communication // communication