[Orxonox-commit 2973] r7671 - code/branches/menu/data/gui/scripts
dafrick at orxonox.net
dafrick at orxonox.net
Wed Nov 24 21:47:57 CET 2010
Author: dafrick
Date: 2010-11-24 21:47:57 +0100 (Wed, 24 Nov 2010)
New Revision: 7671
Modified:
code/branches/menu/data/gui/scripts/SheetManager.lua
Log:
Removing some cout I forgot.
Modified: code/branches/menu/data/gui/scripts/SheetManager.lua
===================================================================
--- code/branches/menu/data/gui/scripts/SheetManager.lua 2010-11-24 19:58:13 UTC (rev 7670)
+++ code/branches/menu/data/gui/scripts/SheetManager.lua 2010-11-24 20:47:57 UTC (rev 7671)
@@ -255,7 +255,6 @@
-- Count the number of sheets that don't need input till the first that does.
local index = activeMenuSheets.size
while index > 0 and activeMenuSheets[index].bNoInput do
- cout(0, activeMenuSheets[index].sheet.name)
index = index - 1
end
return index
More information about the Orxonox-commit
mailing list