Debug: Nothing to hit shows where
This commit is contained in:
parent
18856d733a
commit
b74456df5d
1 changed files with 1 additions and 1 deletions
|
@ -987,7 +987,7 @@ global void MissileHit(const Missile* missile)
|
|||
}
|
||||
return;
|
||||
}
|
||||
DebugLevel0(__FUNCTION__": Oops nothing to hit?");
|
||||
DebugLevel0(__FUNCTION__": Oops nothing to hit (%d,%d)?\n",x,y);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue