"trace" and "warn" are now just convenience aliases for "lua.Trace"

and "lua.Warn", not hardcoded namespace pollution
This commit is contained in:
Glenn Maynard
2007-02-21 00:26:48 +00:00
parent 14f4fbd477
commit 2513603042
@@ -6,6 +6,10 @@ string.lower = Lowercase
Uppercase = nil -- don't use directly
Lowercase = nil -- don't use directly
Trace = lua.Trace
Warn = lua.Warn
print = Trace
PLAYER_1 = "PlayerNumber_P1"
PLAYER_2 = "PlayerNumber_P2"
NUM_PLAYERS = #PlayerNumber