diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-06 21:59:47 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-06 21:59:47 -0400 |
commit | e38fd8347d2519551648c351d528cc3fee3924d4 (patch) | |
tree | 260b70855345ed07a10aca29fbd5bb8474b19ee9 /src/window.c | |
parent | 058fed1fd89d74182ec8bf6cca97a090496441e9 (diff) |
use rodata for save_failed_screen
Diffstat (limited to 'src/window.c')
-rw-r--r-- | src/window.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.c b/src/window.c index 704060b9d..f4cb48ec0 100644 --- a/src/window.c +++ b/src/window.c @@ -190,7 +190,7 @@ u16 AddWindow(const struct WindowTemplate *template) return win; } -int AddWindowWithoutTileMap(struct WindowTemplate *template) +int AddWindowWithoutTileMap(const struct WindowTemplate *template) { u16 win; u8 bgLayer; |