diff options
author | scnorton <scnorton@biociphers.org> | 2017-09-18 11:26:45 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2017-09-18 11:26:45 -0400 |
commit | c5dddf41f58446139b52d3b60cb8738052e4a084 (patch) | |
tree | 6e2a073bea0d41905e479c5b0e539bc4ae11b644 /src/window.c | |
parent | 8604291b0f0e430b01f0099ea4e098171938505b (diff) |
sub_81BF5A4
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 574b13aa0..164031bee 100644 --- a/src/window.c +++ b/src/window.c @@ -35,7 +35,7 @@ static void nullsub_8(void) } -bool16 InitWindows(struct WindowTemplate *templates) +bool16 InitWindows(const struct WindowTemplate *templates) { int i; void *bgTilemapBuffer; |