summaryrefslogtreecommitdiff
path: root/src/stubs.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2008-10-05 21:43:28 -0700
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:37 +0200
commite69698d11edfe564cf4940714482856bd2088fd4 (patch)
tree0241d4e57c1b8cbe3ba73663acf415c2315a163f /src/stubs.c
parent55ddb88c8ecbf0e08fe429a0c3b48c4769217233 (diff)
Added the missing support for static on the televisions.
Diffstat (limited to 'src/stubs.c')
-rw-r--r--src/stubs.c52
1 files changed, 0 insertions, 52 deletions
diff --git a/src/stubs.c b/src/stubs.c
index 3515889..b1be586 100644
--- a/src/stubs.c
+++ b/src/stubs.c
@@ -52,58 +52,6 @@ void EndMenuBackgroundBink()
*/
}
-
-/* smacker.c */
-int FmvColourRed;
-int FmvColourGreen;
-int FmvColourBlue;
-int IntroOutroMoviesAreActive = 1;
-int MoviesAreActive;
-int SmackerSoundVolume;
-
-void GetFMVInformation(int *messageNumberPtr, int *frameNumberPtr)
-{
-/*
- fprintf(stderr, "GetFMVInformation(%p, %p)\n", messageNumberPtr, frameNumberPtr);
-*/
-}
-
-void InitialiseTriggeredFMVs()
-{
-/*
- fprintf(stderr, "InitialiseTriggeredFMVs()\n");
-*/
-}
-
-void StartFMVAtFrame(int number, int frame)
-{
-/*
- fprintf(stderr, "StartFMVAtFrame(%d, %d)\n", number, frame);
-*/
-}
-
-void StartTriggerPlotFMV(int number)
-{
-/*
- fprintf(stderr, "StartTriggerPlotFMV(%d)\n", number);
-*/
-}
-
-void UpdateAllFMVTextures()
-{
-/*
- fprintf(stderr, "UpdateAllFMVTextures()\n");
-*/
-}
-
-void EndMenuMusic()
-{
-/*
- fprintf(stderr, "EndMenuMusic()\n");
-*/
-}
-
-
/* alt_tab.cpp */
void ATIncludeSurface(void * pSurface, void * hBackup)
{