mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 00:37:58 +03:00
Don't register Color in GameScript (it's in GameFlow now).
This commit is contained in:
parent
e409222739
commit
4a2e61fcbc
1 changed files with 0 additions and 1 deletions
|
@ -322,7 +322,6 @@ Get a SinkInfo by its name.
|
|||
|
||||
GameScriptPosition::Register(m_lua);
|
||||
GameScriptRotation::Register(m_lua);
|
||||
GameScriptColor::Register(m_lua);
|
||||
|
||||
m_lua->new_enum<GAME_OBJECT_ID>("Object", {
|
||||
{"LARA", ID_LARA}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue