Skip to content

Commit

Permalink
2007-02-07 Michael McCarty <[email protected]>
Browse files Browse the repository at this point in the history
	* V125

	* Fix Mac compile
  • Loading branch information
k6mmc committed Feb 7, 2007
1 parent af146f1 commit e86d8aa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2007-02-07 Michael McCarty <[email protected]>

* V125

* Fix Mac compile

2007-02-07 Michael McCarty <[email protected]>

* V124
Expand Down
2 changes: 1 addition & 1 deletion news.c
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ LoadNewsAnim(ui8 Index, ui8 Mode, FILE * fp)

for (i = 0; i < aChart.frames; i++)
{
SwapSimpleHdr(table[i]);
SwapSimpleHdr(&table[i]);
}

fread(&pal[96], 1, 672, fp);
Expand Down
2 changes: 1 addition & 1 deletion version.c
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
124
125

0 comments on commit e86d8aa

Please sign in to comment.