From b74456df5dc0528e3548ed946ee994ad9b49a6f2 Mon Sep 17 00:00:00 2001
From: johns <>
Date: Tue, 2 May 2000 07:56:37 +0000
Subject: [PATCH] Debug: Nothing to hit shows where

---
 src/stratagus/oldmissile.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/stratagus/oldmissile.cpp b/src/stratagus/oldmissile.cpp
index 9db649ba4..da8639f4e 100644
--- a/src/stratagus/oldmissile.cpp
+++ b/src/stratagus/oldmissile.cpp
@@ -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;
     }