parent
d1003a09d6
commit
08ca7ae774
4
w/w.c
4
w/w.c
|
@ -713,7 +713,7 @@ void update(char* command)
|
|||
forward();
|
||||
if ( (x != state.position.x || y != state.position.y) && dice() > 4)
|
||||
{
|
||||
// gotomonster();
|
||||
gotomonster();
|
||||
}
|
||||
break;
|
||||
case CMD_RIGHT:
|
||||
|
@ -889,6 +889,7 @@ void draw()
|
|||
update3dpov();
|
||||
drawpov3d();
|
||||
|
||||
// todo: would need a compass?
|
||||
printf("\n\n Orientation : ");
|
||||
switch (state.position.orientation)
|
||||
{
|
||||
|
@ -946,6 +947,7 @@ void draw()
|
|||
}
|
||||
else if (state.screen == SC_SHOWMAP)
|
||||
{
|
||||
// need a spell, or to have found a map?
|
||||
drawmap();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue