Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
carxt committed May 6, 2024
1 parent c60f7aa commit e3c9f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JG/JohnnyGuitarNVSE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ HMODULE JohnnyHandle;
_CaptureLambdaVars CaptureLambdaVars;
_UncaptureLambdaVars UncaptureLambdaVars;
NiTMap<const char*, TESForm*>** g_gameFormEditorIDsMap = reinterpret_cast<NiTMap<const char*, TESForm*>**>(0x11C54C8);
#define JG_VERSION 504
#define JG_VERSION 506
void MessageHandler(NVSEMessagingInterface::Message* msg) {
switch (msg->type) {
case NVSEMessagingInterface::kMessage_NewGame:
Expand Down

0 comments on commit e3c9f44

Please sign in to comment.