mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 15:31:59 +00:00
- compile error fix
svn-id: r16300
This commit is contained in:
parent
a905d7c198
commit
db32aebfa0
@ -636,7 +636,6 @@ void Actor::StoA(Point &actorPoint, const Point &screenPoint) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool Actor::actorWalkTo(uint16 actorId, const ActorLocation &actorLocation) {
|
bool Actor::actorWalkTo(uint16 actorId, const ActorLocation &actorLocation) {
|
||||||
BOOL result = TRUE;
|
|
||||||
ActorData *actor;
|
ActorData *actor;
|
||||||
|
|
||||||
actor = getActor(actorId);
|
actor = getActor(actorId);
|
||||||
|
@ -555,7 +555,7 @@ int Interface::handleCommandUpdate(SURFACE *ds, const Point& imousePt) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int Interface::handlePlayfieldClick(SURFACE *ds, const Point& imousePt) {
|
int Interface::handlePlayfieldClick(SURFACE *ds, const Point& imousePt) {
|
||||||
return FALSE;
|
return SUCCESS;
|
||||||
/*
|
/*
|
||||||
int objectNum;
|
int objectNum;
|
||||||
uint16 object_flags = 0;
|
uint16 object_flags = 0;
|
||||||
@ -598,7 +598,7 @@ int Interface::handlePlayfieldClick(SURFACE *ds, const Point& imousePt) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
int Interface::handlePlayfieldUpdate(SURFACE *ds, const Point& imousePt) {
|
int Interface::handlePlayfieldUpdate(SURFACE *ds, const Point& imousePt) {
|
||||||
return FALSE;
|
return SUCCESS;
|
||||||
/*
|
/*
|
||||||
const char *object_name;
|
const char *object_name;
|
||||||
int objectNum;
|
int objectNum;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user