Changeset 67 for trunk


Ignore:
Timestamp:
Jan 14, 2017, 12:39:16 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Removed forgotten piece of code.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Integrated.lpi

    r66 r67  
    446446      </Checks>
    447447      <VerifyObjMethodCallValidity Value="True"/>
    448       <TargetCPU Value="i386"/>
    449       <TargetOS Value="win32"/>
    450448    </CodeGeneration>
    451449    <Linking>
  • trunk/LocalPlayer/Term.pas

    r66 r67  
    34293429  end;
    34303430
    3431   if FullScreen then
    3432   begin
    3433     p.Style := $87000000;
    3434     BorderStyle := bsNone;
    3435     BorderIcons := [];
    3436   end;
    3437 
    34383431  if 1 shl 13 and OptionChecked <> 0 then
    34393432    SoundMode := smOff
Note: See TracChangeset for help on using the changeset viewer.