mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-05 22:20:30 -04:00
libs compiles
This commit is contained in:
parent
1b0f7fe0c2
commit
a7278bac40
121 changed files with 1528 additions and 1731 deletions
|
@ -9,8 +9,8 @@
|
|||
// Construction/Destruction
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
/** Funkce vytvoří transitivní uzávěr.
|
||||
to znamená, že zruší všechny zřetězené redirecty.
|
||||
/** Funkce vytvo<EFBFBD><EFBFBD> transitivn<76> uz<75>v<EFBFBD>r.
|
||||
to znamen<EFBFBD>, <EFBFBD>e zru<EFBFBD><EFBFBD> v<EFBFBD>echny z<EFBFBD>et<EFBFBD>zen<EFBFBD> redirecty.
|
||||
*/
|
||||
WStringProxy *WStringProxy::TransitivniUzaver()
|
||||
{
|
||||
|
@ -94,7 +94,7 @@ void WStringProxy::RenderStringToBuffer(wchar_t *renderPtr)
|
|||
break;
|
||||
case OpEffect:
|
||||
{
|
||||
unsigned long offset=0;
|
||||
uint32_t offset=0;
|
||||
renderPtr[_stringSize]=0; //we can append zero, because right side of string is not yet rendered
|
||||
//if this is end of string, one extra character for zero is also allocated.
|
||||
//efect functions can rely on it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue