Update to 0.9.1-3
This commit is contained in:
parent
99685a297c
commit
02536fe278
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
void cube::ChatWidget::PrintMessage(wchar_t* message, FloatRGBA* color){
|
void cube::ChatWidget::PrintMessage(wchar_t* message, FloatRGBA* color){
|
||||||
msvc::wstring str(message);
|
msvc::wstring str(message);
|
||||||
((void(*)(cube::ChatWidget*, msvc::wstring*, FloatRGBA*))CWBase()+0x269DB0)(this, &str, color);
|
((void(*)(cube::ChatWidget*, msvc::wstring*, FloatRGBA*))CWBase()+0x26A1A0)(this, &str, color);
|
||||||
}
|
}
|
||||||
|
|
||||||
void cube::ChatWidget::PrintMessage(wchar_t* message) {
|
void cube::ChatWidget::PrintMessage(wchar_t* message) {
|
||||||
|
|
|
@ -40,7 +40,7 @@ namespace cube {
|
||||||
_BYTE gap660[136];
|
_BYTE gap660[136];
|
||||||
cube::Host host;
|
cube::Host host;
|
||||||
_BYTE gapCFA[3158];
|
_BYTE gapCFA[3158];
|
||||||
void *onP2PSessionRequest;
|
void* onP2PSessionRequest;
|
||||||
_BYTE gap1960[536];
|
_BYTE gap1960[536];
|
||||||
int fullscreen;
|
int fullscreen;
|
||||||
int width;
|
int width;
|
||||||
|
@ -61,7 +61,7 @@ namespace cube {
|
||||||
int rarity_coding;
|
int rarity_coding;
|
||||||
_BYTE gap1BBC[1100];
|
_BYTE gap1BBC[1100];
|
||||||
msvc::string *current_music_file;
|
msvc::string *current_music_file;
|
||||||
_BYTE gap2010[60];
|
_BYTE gap2010[68];
|
||||||
int seed;
|
int seed;
|
||||||
msvc::string world_name;
|
msvc::string world_name;
|
||||||
_BYTE gap2070[503];
|
_BYTE gap2070[503];
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
#define MOD_MAJOR_VERSION 1
|
#define MOD_MAJOR_VERSION 2
|
||||||
#define MOD_MINOR_VERSION 1
|
#define MOD_MINOR_VERSION 1
|
||||||
|
|
||||||
#include "cwmods.h"
|
#include "cwmods.h"
|
||||||
|
|
Loading…
Reference in New Issue