Skip to content

Commit

Permalink
CS2D 1.0.1.4 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Jul 26, 2024
1 parent 3400800 commit 0602c5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cs2djitbase.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@

/* Platform selection */
#if defined(CS2DLUA_TARGET_WIN)
# include "../luawrap/address/win_1.0.1.3.h"
# include "../luawrap/address/win_1.0.1.4.h"
#elif defined(CS2DLUA_TARGET_MAC)
# error "Patches welcome for macOS!"
#elif defined(CS2DLUA_TARGET_LINUX)
# include "../luawrap/address/linux_1.0.1.3.h"
# include "../luawrap/address/linux_1.0.1.4.h"
#else
# error "Unknown target!"
#endif
Expand Down

0 comments on commit 0602c5f

Please sign in to comment.