clean up some debugging stuff and fix old comments

This commit is contained in:
Martin Michelsen
2019-01-29 00:17:40 -08:00
parent aecc263f69
commit c977c863a8
3 changed files with 6 additions and 13 deletions
-2
View File
@@ -425,8 +425,6 @@ struct Player {
#define ERROR_COMBINE_ITEM_SPLIT 0x5FFFFFFE // this error code is used to tell calling functions that a combine item needs to be split
uint32_t compute_guild_card_checksum(const void* data, size_t size);
std::string filename_for_player_bb(const std::string& username, uint8_t player_index);