git-svn-id: https://svn.eduke32.com/eduke32@730 1a8010ca-5511-0410-912e-c29ae57300e0

This commit is contained in:
terminx 2008-05-16 20:27:52 +00:00
parent f7e8583a52
commit b7ef82f9d1

View file

@ -2941,7 +2941,7 @@ void overheadeditor(void)
short hitsect, hitwall, hitsprite;
int hitx, hity, hitz;
walltype *wal;
int prefixarg;
int prefixarg = 0;
//qsetmode640480();
qsetmodeany(xdim2d,ydim2d);
@ -4719,7 +4719,7 @@ void overheadeditor(void)
{
sprite[i].picnum = prefixarg;
sprite[i].xrepeat = sprite[i].yrepeat = 48;
prefixarg=0;
prefixarg = 0;
}
else if (somethingintab == 3)
{