Changeset 67
- Timestamp:
- Jan 14, 2017, 12:39:16 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Integrated.lpi
r66 r67 446 446 </Checks> 447 447 <VerifyObjMethodCallValidity Value="True"/> 448 <TargetCPU Value="i386"/>449 <TargetOS Value="win32"/>450 448 </CodeGeneration> 451 449 <Linking> -
trunk/LocalPlayer/Term.pas
r66 r67 3429 3429 end; 3430 3430 3431 if FullScreen then3432 begin3433 p.Style := $87000000;3434 BorderStyle := bsNone;3435 BorderIcons := [];3436 end;3437 3438 3431 if 1 shl 13 and OptionChecked <> 0 then 3439 3432 SoundMode := smOff
Note:
See TracChangeset
for help on using the changeset viewer.