6afbd67bd9
In Windstille the player will be placed in a foreign alien world and has to find its way back into safety. Special focus will be on getting the foreign world and the players character itself believable. Exploration will be more needed than plain shoot action, even so the players-character will be equipped with a multifunctional war-suit, so he will be far from defenseless. The game will have slow placed explore and seak sequences as well as more rough section that will feature fast shoot and jump action. The game world should be presented in a consistent state, enemies once destroyed should not respawn automatically. The player is free to go forward and backward in the world as long as the level design allows it. WWW: http://windstille.berlios.de PR: ports/113693 (based on) Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
11 lines
409 B
C++
11 lines
409 B
C++
--- src/tinygettext/tinygettext.cpp.orig Sat Jul 2 19:58:07 2005
|
|
+++ src/tinygettext/tinygettext.cpp Thu Jun 14 16:12:51 2007
|
|
@@ -50,7 +50,7 @@
|
|
strcpy(in_orig, text.c_str());
|
|
|
|
char* out = out_orig;
|
|
- ICONV_CONST char* in = in_orig;
|
|
+ const char* in = in_orig;
|
|
size_t out_len_temp = out_len; // iconv is counting down the bytes it has
|
|
// written from this...
|
|
|