added g_game.cpp to network hash

This commit is contained in:
Magnus Auvinen 2007-12-15 13:36:31 +00:00
parent 7a080b0f00
commit b575882d7a

View file

@ -138,7 +138,11 @@ networkdata = DataCompile(
"src/game/generated/g_protocol_ids.h",
"src/game/generated/g_protocol_ids.cpp")
nethash = CHash("src/game/generated/nethash.c", "src/engine/e_protocol.h", "src/game/g_protocol.h", networkdata.header)
nethash = CHash(
"src/game/generated/nethash.c",
"src/engine/e_protocol.h",
"src/game/g_protocol.h",
"src/game/g_game.cpp", networkdata.header)
client_link_other = {}
if family == "windows" then