Skip to content

Commit

Permalink
Preparing for binary client v231.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonrohrer committed May 23, 2019
1 parent b37c40f commit a769198
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion documentation/changeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ This file only list changes to game code. Changes to content can be found here:
http://onehouronelife.com/updateLog.php


Version 231 ???
Version 231 2019-May-23

--Tiles that are drawn as non-flipped remember their non-flipped status, even
if they change to flippable tiles later (so they don't flip back and forth
Expand All @@ -22,6 +22,7 @@ Version 231 ???




Server Fixes:

--Fixed bug in deletion of underlying object if grave marker has no slots.
Expand Down
2 changes: 1 addition & 1 deletion gameSource/game.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
int versionNumber = 228;
int versionNumber = 231;
int dataVersionNumber = 0;

int binVersionNumber = versionNumber;
Expand Down

0 comments on commit a769198

Please sign in to comment.