mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-22 01:52:43 +00:00
forgot to run autogen [build]
Some checks failed
Build coop / build-linux (push) Has been cancelled
Build coop / build-steamos (push) Has been cancelled
Build coop / build-windows-opengl (push) Has been cancelled
Build coop / build-windows-directx (push) Has been cancelled
Build coop / build-macos-arm (push) Has been cancelled
Build coop / build-macos-intel (push) Has been cancelled
Some checks failed
Build coop / build-linux (push) Has been cancelled
Build coop / build-steamos (push) Has been cancelled
Build coop / build-windows-opengl (push) Has been cancelled
Build coop / build-windows-directx (push) Has been cancelled
Build coop / build-macos-arm (push) Has been cancelled
Build coop / build-macos-intel (push) Has been cancelled
This commit is contained in:
parent
111b2e7ea5
commit
fb8fbd1136
2 changed files with 2 additions and 2 deletions
|
|
@ -11266,7 +11266,7 @@ COOP_OBJ_FLAG_NON_SYNC = (1 << 2)
|
|||
COOP_OBJ_FLAG_INITIALIZED = (1 << 3)
|
||||
|
||||
--- @type string
|
||||
SM64COOPDX_VERSION = "v1.4.1"
|
||||
SM64COOPDX_VERSION = "v1.4.2"
|
||||
|
||||
--- @type string
|
||||
VERSION_TEXT = "v"
|
||||
|
|
|
|||
|
|
@ -4687,7 +4687,7 @@ char gSmluaConstants[] = ""
|
|||
"COOP_OBJ_FLAG_LUA=(1 << 1)\n"
|
||||
"COOP_OBJ_FLAG_NON_SYNC=(1 << 2)\n"
|
||||
"COOP_OBJ_FLAG_INITIALIZED=(1 << 3)\n"
|
||||
"SM64COOPDX_VERSION='v1.4.1'\n"
|
||||
"SM64COOPDX_VERSION='v1.4.2'\n"
|
||||
"VERSION_TEXT='v'\n"
|
||||
"VERSION_NUMBER=41\n"
|
||||
"MINOR_VERSION_NUMBER=1\n"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue