Skip to content

Commit

Permalink
fix typo and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Oct 14, 2021
1 parent 34f006d commit 8dc4fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cesium.asm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
; POSSIBILITY OF SUCH DAMAGE.

cesium_name := 'Cesium'
cesium_version := '3.4.4'
cesium_version := '3.5.0'
cesium_copyright := '(C) 2015-2021 Matt Waltz'

include 'include/macros.inc'
Expand Down
2 changes: 1 addition & 1 deletion src/libload.asm
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ libload_load:
ld (libload_fatdrvce),a ; reset loaded libraries that libload destroyed
jq .try
.inram:
call cesium.Arc_Unarcp
call cesium.Arc_Unarc
.try:
ld hl,libload_name
call ti.Mov9ToOP1
Expand Down

0 comments on commit 8dc4fc4

Please sign in to comment.