mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
git-svn-id: https://svn.eduke32.com/eduke32@730 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
f7e8583a52
commit
b7ef82f9d1
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue