]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/state.cpp
Added star rating to FF enum.
[virtualjaguar] / src / state.cpp
index 09fe44346145e1f4528858029bfbcc4529df9d47..10fe306d957a2f72db7dce14a2b59dd940878943 100644 (file)
@@ -1,10 +1,10 @@
 //
 // state.cpp: VJ machine state save/load support
 //
-// by James L. Hammons
+// by James Hammons
 // (C) 2010 Underground Software
 //
-// JLH = James L. Hammons <jlhamm@acm.org>
+// JLH = James Hammons <jlhamm@acm.org>
 //
 // Who  When        What
 // ---  ----------  -------------------------------------------------------------
 
 bool SaveState(void)
 {
+       return false;
 }
 
 bool LoadState(void)
 {
+       return false;
 }