(svn r229) -Fix: Some more const stuff fixed .(Tron)

-Fix: ParseConnectionString() function to parse network connection string: <IP>[:<PORT>][#<PLAY_AS] .
This commit is contained in:
darkvater
2004-09-12 23:35:01 +00:00
parent ec21a64c03
commit 01dd0219d3
6 changed files with 33 additions and 43 deletions

View File

@@ -436,7 +436,7 @@ void IConsoleVarRegister(const byte * name, void * addr, byte type)
}
}
void IConsoleVarMemRegister(byte * name, byte type) /* XXX TRON */
void IConsoleVarMemRegister(const byte * name, byte type)
{
_iconsole_var * item;
item = IConsoleVarAlloc(type);