Home
last modified time | relevance | path

Searched refs:client_proto_minor (Results 1 – 1 of 1) sorted by relevance

/dports/games/frozen-bubble/frozen-bubble-d6a0291/server/
H A Dgame.c571 int client_proto_minor; in process_msg() local
587 client_proto_minor = charstar_to_int(msg + 5); in process_msg()
589 || client_proto_minor > proto_minor) { in process_msg()
595 remote_proto_minor[fd] = client_proto_minor; in process_msg()