doomclassic/doom/wi_stuff.cpp: Fix snprintf compilation error

introduced in commit c8e3cd9fe2

Simple replacement of std:snprintf with idStr:snPrintf, to match all
other instances introduced in the noted commit.  This fixes compilation
on g++.
This commit is contained in:
Malcolm Mallardi 2017-09-14 15:24:57 -04:00
parent c8e3cd9fe2
commit bdeef2c18e

View file

@ -1511,7 +1511,7 @@ void WI_loadData(void)
// DHM - Nerve :: Use our background image
//strcpy(name, "DMENUPIC");
else
std::snprintf(name, sizeof( name ), "WIMAP%d", ::g->wbs->epsd);
idStr::snPrintf(name, sizeof( name ), "WIMAP%d", ::g->wbs->epsd);
if ( ::g->gamemode == retail )
{