diff options
author | Tony J. White <tjw@tjw.org> | 2007-04-03 03:39:26 +0000 |
---|---|---|
committer | Tony J. White <tjw@tjw.org> | 2007-04-03 03:39:26 +0000 |
commit | 2d9ab8a588afa1b8f990b74ce324eb4f61c2c695 (patch) | |
tree | c7299320118c574db3b06dbb2be11ea650740bfb /src/ui | |
parent | ce1b557f89f88165b681b99c7b5182f0cf87a0c6 (diff) |
* PCL_HUMAN_BSUIT is now a full fledged player class now. This means that the
overrides/classes/human_bsuit.cfg file can set all the goodies such as
viewHeight and bounding box size. Also, bsuit corpses work now.
* added MN_A_TEAMCHANGEBUILDTIMER, MN_H_TEAMCHANGEBUILDTIMER,
MN_A_EVOLVEBUILDTIMER, and MN_H_ARMOURYBUILDTIMER for the error
dialogs you get when trying to do something that's not allowed with an
active build timer.
* added MN_H_NOARMOURYHERE and MN_H_NOENERGYAMMOHERE error dialogs for
trying to buy/sell when not near the necessary buildables.
* added MN_H_NOROOMBSUITON and MN_H_NOROOMBSUITOFF error dialogs for
when there is no room to change class between PCL_HUMAN and PCL_HUMAN_BSUIT
* removed an unused variable from my recent big ui commit
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/ui_gameinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/ui_gameinfo.c b/src/ui/ui_gameinfo.c index 90047b9d..43639e56 100644 --- a/src/ui/ui_gameinfo.c +++ b/src/ui/ui_gameinfo.c @@ -309,7 +309,6 @@ char *UI_GetBotNameByNumber( int num ) { void UI_ServerInfo( void ) { char info[ MAX_INFO_VALUE ]; - int i; info[0] = '\0'; if( trap_GetConfigString( CS_SERVERINFO, info, sizeof( info ) ) ) |