aboutsummaryrefslogtreecommitdiff
path: root/sword2/logic.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2003-09-26 10:07:18 +0000
committerTorbjörn Andersson2003-09-26 10:07:18 +0000
commitb21208e6a92b4e8082d04994b0c99709e2712472 (patch)
tree0357b0847efb8a714e2d8f57493be53ec852bd25 /sword2/logic.h
parentb7a5024dafefab136c9fc9d5af67588349178681 (diff)
downloadscummvm-rg350-b21208e6a92b4e8082d04994b0c99709e2712472.tar.gz
scummvm-rg350-b21208e6a92b4e8082d04994b0c99709e2712472.tar.bz2
scummvm-rg350-b21208e6a92b4e8082d04994b0c99709e2712472.zip
Some more reformatting / cleanup, and removal of comments that did nothing
but say who added what when. (No disrespect intended, but this information means very little to us.) svn-id: r10413
Diffstat (limited to 'sword2/logic.h')
-rw-r--r--sword2/logic.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sword2/logic.h b/sword2/logic.h
index 616e4a5fa2..5f374a3267 100644
--- a/sword2/logic.h
+++ b/sword2/logic.h
@@ -48,7 +48,7 @@ public:
void Logic_one(uint32 new_script);
void Total_restart(void);
uint32 Examine_run_list(void);
- void Reset_kill_list(void); // James 25mar97
+ void Reset_kill_list(void);
private:
// denotes the res id of the game-object-list in current use
@@ -65,6 +65,6 @@ private:
extern logic LLogic;
-int32 FN_add_to_kill_list(int32 *params); // James9jan97
+int32 FN_add_to_kill_list(int32 *params);
#endif