Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 17, 2010, 9:41:17 PM (15 years ago)
Author:
dafrick
Message:

Fixing "bug", that caused crash in dedicated mode.
Script object can now specify whether the code that is executed by it needs graphics to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/Quest_PirateAttack.oxw

    r7404 r7463  
    3535    >
    3636
    37         <Script code="showGUI NotificationLayer false true" />
     37        <Script code="showGUI NotificationLayer false true" needsGraphics="true" />
    3838
    3939        <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
Note: See TracChangeset for help on using the changeset viewer.