(svn r18782) -Codechange: move the content of callback_table.cpp to network_command.cpp; it's only ever used there.

This commit is contained in:
rubidium
2010-01-11 20:00:14 +00:00
parent 2b97f38cd1
commit 6a047d2316
8 changed files with 32 additions and 90 deletions

View File

@@ -480,7 +480,7 @@ DEF_SERVER_SEND_COMMAND_PARAM(PACKET_SERVER_COMMAND)(NetworkClientSocket *cs, co
* uint32: P2
* uint32: Tile
* string: text
* uint8: CallBackID (see callback_table.c)
* uint8: CallBackID
* uint32: Frame of execution
*/