From 65ec900cebbfdbf453cdcdb8ec24f86bd797fdcd Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 12 May 2012 11:01:20 +1000 Subject: TONY: Removed old extern, PASCAL, and EXPORT function modifiers --- engines/tony/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/tony/sound.cpp') diff --git a/engines/tony/sound.cpp b/engines/tony/sound.cpp index c8caf5043d..0658c99f48 100644 --- a/engines/tony/sound.cpp +++ b/engines/tony/sound.cpp @@ -2069,7 +2069,7 @@ void FPSTREAM::WaitForSync(FPSTREAM *toplay) { * \****************************************************************************/ -void PASCAL FPSTREAM::PlayThread(FPSTREAM *This) { +void FPSTREAM::PlayThread(FPSTREAM *This) { #ifdef REFACTOR_ME byte *lpLockBuf; uint32 dwResult; -- cgit v1.2.3