(svn r2828) Only command.c needs to know about _docommand_recursive, so make it static. Tell me if there's a problem, because i removed it from network_server.c, but afaict it should be ok

This commit is contained in:
tron
2005-08-07 10:03:14 +00:00
parent dc20e0ae81
commit 2b4e85db0b
3 changed files with 2 additions and 4 deletions

View File

@@ -271,8 +271,6 @@ VARDEF int32 _additional_cash_required;
VARDEF uint32 _decode_parameters[20];
VARDEF int _docommand_recursive;
VARDEF uint32 _pressed_key; // Low 8 bits = ASCII, High 16 bits = keycode
VARDEF bool _ctrl_pressed; // Is Ctrl pressed?
VARDEF bool _shift_pressed; // Is Alt pressed?