Another addendum to 3366658a5bd2b30a82949b8b301e97b324ce539d: Don't make ngii static anymore (forgot to change this).

This commit is contained in:
zico 2016-06-06 17:29:21 +02:00
parent 7684ce92e4
commit 84f254e2f2

View file

@ -5902,7 +5902,7 @@ static int show_netgame_info_poll( newmenu *menu, const d_event &event, char *ng
void show_netgame_info(const netgame_info &netgame)
{
static char *ngii;
char *ngii;
newmenu_item *m;
int loc=0, ngilen = 50;
#if defined(DXX_BUILD_DESCENT_I)