This commit is contained in:
parent
d73b78de7e
commit
09f0f53ff4
7 changed files with 35 additions and 21 deletions
|
@ -27,10 +27,10 @@
|
|||
|
||||
enum
|
||||
{
|
||||
OTPOS__ACTOR_POS=10,
|
||||
OTPOS__PICKUP_POS=10,
|
||||
OTPOS__INGAME_UI=3,
|
||||
OTPOS__DEBUG_INFO=1,
|
||||
OTPOS__DEBUG_INFO=0,
|
||||
OTPOS__INGAME_UI=0,
|
||||
OTPOS__ACTOR_POS=6,
|
||||
OTPOS__PICKUP_POS=OTPOS__ACTOR_POS,
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue