Skip to content

Commit

Permalink
DREAMWEB: Removal of the old 'showreelframe'
Browse files Browse the repository at this point in the history
  • Loading branch information
tramboi committed Sep 4, 2011
1 parent 4f7768e commit ba29ff4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions engines/dreamweb/sprite.cpp
Expand Up @@ -521,11 +521,6 @@ Reel *DreamGenContext::getreelstart() {
return reel;
}

void DreamGenContext::showreelframe() {
Reel *reel = (Reel *)es.ptr(si, sizeof(Reel));
showreelframe(reel);
}

void DreamGenContext::showreelframe(Reel *reel) {
uint16 x = reel->x + data.word(kMapadx);
uint16 y = reel->y + data.word(kMapady);
Expand Down
1 change: 0 additions & 1 deletion engines/dreamweb/stubs.h
Expand Up @@ -100,7 +100,6 @@
Frame *findsourceCPP();
void showgamereel();
void showgamereel(ReelRoutine *routine);
void showreelframe();
void showreelframe(Reel *reel);
const Frame *getreelframeax(uint16 frame);
void turnpathon(uint8 param);
Expand Down

0 comments on commit ba29ff4

Please sign in to comment.