mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-23 01:16:09 +01:00
Addressed several compiler warnings.
This commit is contained in:
parent
08374524d0
commit
fc4c64c782
61 changed files with 163 additions and 395 deletions
|
|
@ -785,7 +785,7 @@ static OCMD(do_omove)
|
|||
obj_to_room(obj, target);
|
||||
}
|
||||
|
||||
const struct obj_command_info obj_cmd_info[] = {
|
||||
static const struct obj_command_info obj_cmd_info[] = {
|
||||
{ "RESERVED", 0, 0 },/* this must be first -- for specprocs */
|
||||
|
||||
{ "oasound " , do_oasound , 0 },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue