added villages with centered flags

This commit is contained in:
Dave White 2003-10-12 11:57:43 +00:00
parent 3a7d0ad85f
commit 9ad1a44a6d
7 changed files with 0 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -184,8 +184,6 @@ connection receive_data(config& cfg, connection connection_num, int timeout)
throw error("error receiving data",*i);
}
std::cerr << "received: " << buffer << "\n";
if(buffer[buffer.size()-1] != 0) {
received_data[*i] += buffer;
const int ticks_taken = SDL_GetTicks() - starting_ticks;