equal
deleted
inserted
replaced
234 LastVoice : TVoice = ( snd: sndNone; voicepack: nil ); |
234 LastVoice : TVoice = ( snd: sndNone; voicepack: nil ); |
235 |
235 |
236 mobileRecord: TMobileRecord; |
236 mobileRecord: TMobileRecord; |
237 |
237 |
238 MaxTextureSize: LongInt; |
238 MaxTextureSize: LongInt; |
|
239 |
|
240 ChatPasteBuffer: shortstring; |
239 |
241 |
240 ///////////////////////////////////// |
242 ///////////////////////////////////// |
241 //Buttons |
243 //Buttons |
242 {$IFDEF USE_TOUCH_INTERFACE} |
244 {$IFDEF USE_TOUCH_INTERFACE} |
243 buttonScale: GLFloat; |
245 buttonScale: GLFloat; |
2683 LocalMessage:= 0; |
2685 LocalMessage:= 0; |
2684 |
2686 |
2685 cStereoDepth:= 0; |
2687 cStereoDepth:= 0; |
2686 cViewLimitsDebug:= false; |
2688 cViewLimitsDebug:= false; |
2687 AprilOne := false; |
2689 AprilOne := false; |
|
2690 |
|
2691 ChatPasteBuffer:= ''; |
2688 end; |
2692 end; |
2689 |
2693 |
2690 procedure freeModule; |
2694 procedure freeModule; |
2691 begin |
2695 begin |
2692 end; |
2696 end; |