Commit 4d9c349ea228b1e039245bb556cb24fa55474414
1 parent
cab68a27
oups
git-svn-id: http://svn.net-core.org/repos/t-engine4@3337 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -23,7 +23,7 @@ local Dialog = require "engine.ui.Dialog" |
23 | 23 | local Map = require "engine.Map" |
24 | 24 | local Astar = require "engine.Astar" |
25 | 25 | local forceprint = print |
26 | ---local print = function() end | |
26 | +local print = function() end | |
27 | 27 | |
28 | 28 | --- Defines a zone: a set of levels, with depth, npcs, objects, level generator, ... |
29 | 29 | module(..., package.seeall, class.make) | ... | ... |
-
Please register or login to post a comment