mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
Commented system message in OperateSprite()
This commit is contained in:
parent
b6ad64ee54
commit
3cd44c89f5
1 changed files with 2 additions and 2 deletions
|
@ -368,8 +368,8 @@ void OperateSprite(int nSprite, XSPRITE *pXSprite, EVENT event)
|
|||
{
|
||||
spritetype *pSprite = &sprite[nSprite];
|
||||
|
||||
if (pSprite->type != 706 && pSprite->type != 707 && pSprite->type != 37)
|
||||
viewSetSystemMessage("SPRITE %d (TYPE %d), EVENT INITED BY: %d", nSprite, pSprite->type, event.causedBy);
|
||||
//if (pSprite->type != 706 && pSprite->type != 707 && pSprite->type != 37)
|
||||
//viewSetSystemMessage("SPRITE %d (TYPE %d), EVENT INITED BY: %d", nSprite, pSprite->type, event.causedBy);
|
||||
|
||||
if (gModernMap) {
|
||||
switch (event.cmd) {
|
||||
|
|
Loading…
Reference in a new issue