Changeset 64 for cpp/gdk/multiparamload.cpp
- Timestamp:
- 01/28/11 23:29:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/gdk/multiparamload.cpp
r5 r64 1 // This file is a part of Framsticks GDK library.2 // Copyright (C) 2002-20 06Szymon Ulatowski. See LICENSE.txt for details.3 // Refer to http://www.frams .alife.pl/ for further information.1 // This file is a part of the Framsticks GDK library. 2 // Copyright (C) 2002-2011 Szymon Ulatowski. See LICENSE.txt for details. 3 // Refer to http://www.framsticks.com/ for further information. 4 4 5 5 #include "multiparamload.h" … … 105 105 { 106 106 lastclass->load(file); 107 if ( maybeBreak(AfterObject))107 if ((status!=Finished) && maybeBreak(AfterObject)) 108 108 break; 109 109 continue; … … 144 144 continue; 145 145 } 146 else if ( maybeBreak(OnComment))146 else if ((status!=Finished) && maybeBreak(OnComment)) 147 147 { 148 148 lastcomment=t+1;
Note: See TracChangeset
for help on using the changeset viewer.