diff options
Diffstat (limited to 'src/stubs.c')
| -rw-r--r-- | src/stubs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stubs.c b/src/stubs.c index a762868..1737635 100644 --- a/src/stubs.c +++ b/src/stubs.c @@ -127,12 +127,14 @@ void StartMenuBackgroundBink() fprintf(stderr, "StartMenuBackgroundBink()\n"); } +#if 0 int PlayMenuBackgroundBink() { fprintf(stderr, "PlayMenuBackgroundBink()\n"); return 0; } +#endif void EndMenuBackgroundBink() { |
