Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 17, 2010, 9:41:17 PM (14 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.

Location:
code/trunk/data/levels/old
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/data/levels/old/princessaeryn.oxw

    r7404 r7463  
    1818    >
    1919
    20         <Script code="showGUI NotificationLayer false true" />
     20        <Script code="showGUI NotificationLayer false true" needsGraphics="true" />
    2121
    2222      <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" />
  • code/trunk/data/levels/old/questsystem.oxw

    r7404 r7463  
    1414    >
    1515
    16         <Script code="showGUI NotificationLayer false true" />
     16        <Script code="showGUI NotificationLayer false true" needsGraphics="true" />
    1717
    1818        <GlobalQuest id="b80c2c60-e62c-4637-80f8-5aa18dc93b34">
Note: See TracChangeset for help on using the changeset viewer.