* Groups can now be abandoned using the "leave group" button.
* Non-group passive powers no longer buff the group leader instead of buffing the summoner.
* Adjusted various warning causing code pieces.
* Adjusted potions and battery prices.
This commit is contained in:
2020-10-07 18:03:00 +01:00
parent 6e3d0868cb
commit 7caa73caca
4 changed files with 9 additions and 6 deletions

View File

@@ -7,7 +7,9 @@
#include <stdint.h>
#ifdef _WIN32
// windows
#ifndef NOMINMAX
#define NOMINMAX
#endif
#define _WINSOCK_DEPRECATED_NO_WARNINGS
#include <winsock2.h>
#include <windows.h>