mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-22 12:05:11 +00:00
Remove debug bind from football.lua
This commit is contained in:
parent
379b51e384
commit
d777b7cfba
1 changed files with 6 additions and 6 deletions
|
@ -1021,12 +1021,12 @@ function mario_update_local(m)
|
||||||
local np = gNetworkPlayers[m.playerIndex]
|
local np = gNetworkPlayers[m.playerIndex]
|
||||||
local s = gPlayerSyncTable[m.playerIndex]
|
local s = gPlayerSyncTable[m.playerIndex]
|
||||||
|
|
||||||
if (m.controller.buttonPressed & D_JPAD) ~= 0 then
|
--if (m.controller.buttonPressed & D_JPAD) ~= 0 then
|
||||||
print(m.pos.x, m.pos.y, m.pos.z)
|
-- print(m.pos.x, m.pos.y, m.pos.z)
|
||||||
sSoccerBall.oPosX = m.pos.x
|
-- sSoccerBall.oPosX = m.pos.x
|
||||||
sSoccerBall.oPosY = m.pos.y - 100
|
-- sSoccerBall.oPosY = m.pos.y - 100
|
||||||
sSoccerBall.oPosZ = m.pos.z
|
-- sSoccerBall.oPosZ = m.pos.z
|
||||||
end
|
--end
|
||||||
|
|
||||||
-- force players into certain positions and angles
|
-- force players into certain positions and angles
|
||||||
if gGlobalSyncTable.gameState == GAME_STATE_WAIT then
|
if gGlobalSyncTable.gameState == GAME_STATE_WAIT then
|
||||||
|
|
Loading…
Reference in a new issue