summaryrefslogtreecommitdiff
path: root/src/save_failed_screen.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-10-07 22:54:32 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2017-10-07 22:54:32 -0400
commitf0775000a1cd87174e9b3a5a6a365e189309385e (patch)
treeb16535471a4e5e92c214c7f9a44b2277f4c86b80 /src/save_failed_screen.c
parent07e29b70bc56e95d322c99cb453433d0ea911fd0 (diff)
decompile diploma.c
Diffstat (limited to 'src/save_failed_screen.c')
-rwxr-xr-xsrc/save_failed_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/save_failed_screen.c b/src/save_failed_screen.c
index 7a7c30388..3f49b89e6 100755
--- a/src/save_failed_screen.c
+++ b/src/save_failed_screen.c
@@ -13,7 +13,7 @@
#define MSG_WIN_TOP 12
#define CLOCK_WIN_TOP (MSG_WIN_TOP - 4)
-extern void AddTextPrinterParametrized2(u8 windowId, u8 fontId, u8 x, u8 y, u8 letterSpacing, u8 lineSpacing, struct TextColor *color, u8 speed, u8 *str);
+extern void AddTextPrinterParametrized2(u8 windowId, u8 fontId, u8 x, u8 y, u8 letterSpacing, u8 lineSpacing, struct TextColor *color, s8 speed, u8 *str);
extern void (*gGameContinueCallback)(void);