This commit is contained in:
Daveo 2001-05-01 22:40:25 +00:00
parent d73b78de7e
commit 09f0f53ff4
7 changed files with 35 additions and 21 deletions

View file

@ -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,
};