This commit is contained in:
Daveo 2001-02-12 19:05:02 +00:00
parent 3dc5daccbb
commit 86147c2ef3
2 changed files with 11 additions and 7 deletions

View file

@ -131,10 +131,11 @@ int NewY=YPos>>4;
ShiftX=XPos & 15;
ShiftY=YPos & 15;
#ifdef __USER_paul__
//!!#ifdef __USER_paul__
MapX=NewX;
MapY=NewY;
UpdateWholeMap();
/*
#else
if (NewX>MapX)
{ // update right column
@ -160,6 +161,7 @@ int NewY=YPos>>4;
MapY=NewY;
}
#endif
*/
}
/*****************************************************************************/