Skip to content

Commit

Permalink
Update automap.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Jan 18, 2025
1 parent ca0e21e commit 6e84133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/automap.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ struct AutomapTile {
}
};

int8_t playerColors[] { MapColorsPlayer, MapColorsPlayer2, MapColorsPlayer3, MapColorsPlayer4, MapColorsPlayer5, MapColorsPlayer6, MapColorsPlayer7, MapColorsPlayer8 };
uint8_t playerColors[] { MapColorsPlayer, MapColorsPlayer2, MapColorsPlayer3, MapColorsPlayer4, MapColorsPlayer5, MapColorsPlayer6, MapColorsPlayer7, MapColorsPlayer8 };

/**
* Maps from tile_id to automap type.
Expand Down

0 comments on commit 6e84133

Please sign in to comment.