From 2679045a595c9b7a1c561322ef8ba421ef3353a1 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Fri, 6 Aug 2010 18:46:20 +0000
Subject: [PATCH] fix

git-svn-id: http://svn.net-core.org/repos/t-engine4@989 51575b47-30f0-44d4-a5cc-537603b46e54
---
 game/engine/Dialog.lua                        | 1 +
 game/modules/tome/class/interface/Archery.lua | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/game/engine/Dialog.lua b/game/engine/Dialog.lua
index b0d69b7515..7318a4c2be 100644
--- a/game/engine/Dialog.lua
+++ b/game/engine/Dialog.lua
@@ -135,6 +135,7 @@ function _M:display()
 end
 
 function _M:toScreen(x, y)
+	-- Draw with only the texture
 	self.texture:toScreenFull(x, y, self.w, self.h, self.texture_w, self.texture_h)
 end
 
diff --git a/game/modules/tome/class/interface/Archery.lua b/game/modules/tome/class/interface/Archery.lua
index 61a93581ab..34eee44ad5 100644
--- a/game/modules/tome/class/interface/Archery.lua
+++ b/game/modules/tome/class/interface/Archery.lua
@@ -180,7 +180,6 @@ function _M:archeryShoot(targets, talent, tg, params)
 	for i = 1, #targets do
 		local tg = table.clone(tg)
 		tg.archery.ammo = targets[i].ammo
-		print("******........ firing target", targets[i].x, targets[i].y, "from", self.x, self.y)
 		self:projectile(tg, targets[i].x, targets[i].y, archery_projectile)
 	end
 end
-- 
GitLab