PR: 213939 Submitted by: yuri@rawbw.com EmptyEpsilon places you in the roles of a spaceship's bridge officers, like those seen in Star Trek. While you can play EmptyEpsilon alone or with friends, the best experience involves 6 players working together on each ship. Each officer fills a unique role: Captain, Helms, Weapons, Relay, Science, and Engineering. Except for the Captain, each officer operates part of the ship through a specialized screen. The Captain relies on their trusty crew to report information and follow orders. http://emptyepsilon.org/
12 lines
245 B
C++
12 lines
245 B
C++
--- src/packResourceProvider.cpp.orig 2016-08-31 19:10:48 UTC
|
|
+++ src/packResourceProvider.cpp
|
|
@@ -5,7 +5,7 @@
|
|
#ifdef __WIN32__
|
|
#include <malloc.h>
|
|
#else
|
|
-#include <alloca.h>
|
|
+#include <stdlib.h>
|
|
#endif
|
|
|
|
static inline int readInt(FILE* f)
|