Added newline at end of file to fix gcc warnings.

svn-id: r3552
This commit is contained in:
Marcus Comstedt 2002-02-02 19:07:32 +00:00
parent 5f4304625d
commit 9243299447
7 changed files with 7 additions and 7 deletions

View File

@ -1094,4 +1094,4 @@ int Scumm::getAnimVar(Actor *a, byte var) {
void Scumm::setAnimVar(Actor *a, byte var, int value) {
assert(var>=0 && var<=15);
a->animVariable[var] = value;
}
}

View File

@ -2247,4 +2247,4 @@ void Scumm::drawBomp(BompDrawData *bd) {
}
CHECK_HEAP
}
}

2
gui.h
View File

@ -81,4 +81,4 @@ struct Gui {
void pause();
};
#endif
#endif

View File

@ -1050,4 +1050,4 @@ void Scumm::doSentence(int c, int b, int a) {
st->unk = 0;
}
#endif
#endif

View File

@ -2201,4 +2201,4 @@ byte *findResource(uint32 tag, byte *searchin);
void playSfxSound(void *sound, uint32 size, uint rate);
bool isSfxFinished();
void waitForTimer(Scumm *s, int msec_delay);
void setShakePos(Scumm *s, int shake_pos);
void setShakePos(Scumm *s, int shake_pos);

View File

@ -932,4 +932,4 @@ int AdlibSoundDriver::part_update_active(Part *part,uint16 *active) {
return count;
}
#endif
#endif

View File

@ -411,4 +411,4 @@ void MidiSoundDriver::part_off(Part *part) {
}
}
#endif
#endif