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.

File:
1 edited

Legend:

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

    r7404 r7463  
    1919    >
    2020
    21     <Script code="showGUI NotificationLayer false true" />
     21    <Script code="showGUI NotificationLayer false true" needsGraphics="true" />
    2222
    2323    <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.