Ticket #6413: patch-engines__tinsel__scene.cpp

File patch-engines__tinsel__scene.cpp, 393 bytes (added by SF/*anonymous, 11 years ago)
Line 
1--- ./engines/tinsel/scene.cpp.orig 2013-05-26 22:21:48.000000000 +0200
2+++ ./engines/tinsel/scene.cpp 2013-09-27 16:52:35.136414601 +0200
3@@ -186,7 +186,7 @@
4 void SendSceneTinselProcess(TINSEL_EVENT event) {
5 SCENE_STRUC *ss;
6
7- if (g_SceneHandle != (SCNHANDLE)NULL) {
8+ if (g_SceneHandle != 0) {
9 ss = (SCENE_STRUC *) FindChunk(g_SceneHandle, CHUNK_SCENE);
10
11 if (ss->hSceneScript) {