mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
Added newline at end of file to fix gcc warnings.
svn-id: r3552
This commit is contained in:
parent
5f4304625d
commit
9243299447
2
akos.cpp
2
akos.cpp
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -1050,4 +1050,4 @@ void Scumm::doSentence(int c, int b, int a) {
|
||||
|
||||
st->unk = 0;
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
2
scumm.h
2
scumm.h
@ -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);
|
||||
|
@ -932,4 +932,4 @@ int AdlibSoundDriver::part_update_active(Part *part,uint16 *active) {
|
||||
return count;
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
@ -411,4 +411,4 @@ void MidiSoundDriver::part_off(Part *part) {
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user