mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 07:07:10 +00:00
Added a warning (this is a very tempting way to break savegames :-)
svn-id: r19222
This commit is contained in:
parent
a915961234
commit
268f12a5c0
@ -27,7 +27,13 @@
|
||||
|
||||
namespace Scumm {
|
||||
|
||||
/* System Wide Constants */
|
||||
/**
|
||||
* The number of script slots, which determines the maximal number
|
||||
* of concurrently running scripts.
|
||||
* WARNING: Do NOT changes this value unless you really have to, as
|
||||
* this will break savegame compatibility if done carelessly. If you
|
||||
* have to change it, make sure you update saveload.cpp accordingly!
|
||||
*/
|
||||
enum {
|
||||
NUM_SCRIPT_SLOT = 80
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user